#C12866

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

Shades of Old Rose #C12866

Tints of Old Rose #C12866

Color information

#C12866 (or 0xC12866) is unknown color: approx Old Rose. HEX triplet: C1, 28 and 66. RGB value is (193,40,102). Sum of RGB (Red+Green+Blue) = 193+40+102=335 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.61% from 335); Green value is 40 (16.02% from 255 or 11.94% from 335); Blue value is 102 (40.23% from 255 or 30.45% from 335); Max value from RGB is 193 - color contains mainly: red. Hex color #C12866 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C12866 is #3ED799. Grayscale: #5C5C5C. Windows color (decimal): -4118426 or 6695105. OLE color: 6695105.

HSL color Cylindrical-coordinate representation of color #C12866: hue angle of 335.69º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C12866 is Cyan = 0, Magento = 0.79, Yellow = 0.47 and Black (K on CMYK) = 0.24.

Color convert

RGB19340102-
CMYK00.790.470.24
HSL335.69º65.67%45.69%-
HSV(B)335.69º79.27%75.69%-
XYZ25.1513.8113.91-
YUV92.82133.19199.46-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 57.61%
GREEN value IS 40 (16.02% from 255) = 11.94%
BLUE value IS 102 (40.23% from 255) = 30.45%
R=57.61%
G=11.94%
B=30.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.47
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1934010200.790.470.24335.6965.6745.69
HexC1286604F2F18150422e
Octal301501460117573052010256
Binary11000001101000110011001001111101111110001010100001000010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C12866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C12866; }

 p { color: rgb(193,40,102); }

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

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

 a { background-color: rgb(193,40,102); }

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

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

 span { border-color: rgb(193,40,102); }

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