#C41652

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

Shades of Old Rose #C41652

Tints of Old Rose #C41652

Color information

#C41652 (or 0xC41652) is unknown color: approx Old Rose. HEX triplet: C4, 16 and 52. RGB value is (196,22,82). Sum of RGB (Red+Green+Blue) = 196+22+82=300 (39% of max value = 765). Red value is 196 (76.95% from 255 or 65.33% from 300); Green value is 22 (8.98% from 255 or 7.33% from 300); Blue value is 82 (32.42% from 255 or 27.33% from 300); Max value from RGB is 196 - color contains mainly: red. Hex color #C41652 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C41652 is #3BE9AD. Grayscale: #505050. Windows color (decimal): -3926446 or 5379780. OLE color: 5379780.

HSL color Cylindrical-coordinate representation of color #C41652: hue angle of 339.31º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C41652 is Cyan = 0, Magento = 0.89, Yellow = 0.58 and Black (K on CMYK) = 0.23.

Color convert

RGB1962282-
CMYK00.890.580.23
HSL339.31º79.82%42.75%-
HSV(B)339.31º88.78%76.86%-
XYZ24.5712.929.18-
YUV80.87128.65210.12-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 65.33%
GREEN value IS 22 (8.98% from 255) = 7.33%
BLUE value IS 82 (32.42% from 255) = 27.33%
R=65.33%
G=7.33%
B=27.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.58
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196228200.890.580.23339.3179.8242.75
HexC416520593A17153502b
Octal304261220131722752312053
Binary1100010010110101001001011001111010101111010100111010000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C41652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C41652; }

 p { color: rgb(196,22,82); }

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

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

 a { background-color: rgb(196,22,82); }

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

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

 span { border-color: rgb(196,22,82); }

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