#C81E58

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

Shades of Old Rose #C81E58

Tints of Old Rose #C81E58

Color information

#C81E58 (or 0xC81E58) is unknown color: approx Old Rose. HEX triplet: C8, 1E and 58. RGB value is (200,30,88). Sum of RGB (Red+Green+Blue) = 200+30+88=318 (42% of max value = 765). Red value is 200 (78.52% from 255 or 62.89% from 318); Green value is 30 (12.11% from 255 or 9.43% from 318); Blue value is 88 (34.77% from 255 or 27.67% from 318); Max value from RGB is 200 - color contains mainly: red. Hex color #C81E58 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C81E58 is #37E1A7. Grayscale: #575757. Windows color (decimal): -3662248 or 5775048. OLE color: 5775048.

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

Color convert

RGB2003088-
CMYK00.850.560.22
HSL339.53º73.91%45.1%-
HSV(B)339.53º85%78.43%-
XYZ26.0513.9110.55-
YUV87.44128.32208.28-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 62.89%
GREEN value IS 30 (12.11% from 255) = 9.43%
BLUE value IS 88 (34.77% from 255) = 27.67%
R=62.89%
G=9.43%
B=27.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.56
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200308800.850.560.22339.5373.9145.1
HexC81E5805538161544a2d
Octal310361300125702652411255
Binary1100100011110101100001010101111000101101010101001001010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C81E58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C81E58; }

 p { color: rgb(200,30,88); }

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

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

 a { background-color: rgb(200,30,88); }

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

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

 span { border-color: rgb(200,30,88); }

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