#C83A5E

Color #C83A5E Old Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Old Rose #C83A5E

Tints of Old Rose #C83A5E

Color information

#C83A5E (or 0xC83A5E) is unknown color: approx Old Rose. HEX triplet: C8, 3A and 5E. RGB value is (200,58,94). Sum of RGB (Red+Green+Blue) = 200+58+94=352 (46% of max value = 765). Red value is 200 (78.52% from 255 or 56.82% from 352); Green value is 58 (23.05% from 255 or 16.48% from 352); Blue value is 94 (37.11% from 255 or 26.70% from 352); Max value from RGB is 200 - color contains mainly: red. Hex color #C83A5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C83A5E is #37C5A1. Grayscale: #686868. Windows color (decimal): -3655074 or 6175432. OLE color: 6175432.

HSL color Cylindrical-coordinate representation of color #C83A5E: hue angle of 344.79º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C83A5E is Cyan = 0, Magento = 0.71, Yellow = 0.53 and Black (K on CMYK) = 0.22.

Color convert

RGB2005894-
CMYK00.710.530.22
HSL344.79º56.35%50.59%-
HSV(B)344.79º71%78.43%-
XYZ27.3516.1112.26-
YUV104.56122.04196.07-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 200 (78.52% from 255) = 56.82%
GREEN value IS 58 (23.05% from 255) = 16.48%
BLUE value IS 94 (37.11% from 255) = 26.70%
R=56.82%
G=16.48%
B=26.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.53
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200589400.710.530.22344.7956.3550.59
HexC83A5E04735161593833
Octal31072136010765265317063
Binary1100100011101010111100100011111010110110101011001111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C83A5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C83A5E; }

 p { color: rgb(200,58,94); }

 H1.HeaderClassName
 {
   color: #C83A5E;
 }
 .AnyTagClassName
 {
   color: #C83A5E;
 }
</style>
background-color css

<style>
 a { background-color: #C83A5E; }

 a { background-color: rgb(200,58,94); }

 div.DivClassName
 {
   background-color: #C83A5E;
 }
 .BgClassName
 {
   background-color: #C83A5E;
 }
</style>
border-color css

<style>
 span { border-color: #C83A5E; }

 span { border-color: rgb(200,58,94); }

 td.TdClassName
 {
   border-color: #C83A5E;
 }
 .TagClassName
 {
   border-color: #C83A5E;
 }
</style>