#C62452

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

Shades of Old Rose #C62452

Tints of Old Rose #C62452

Color information

#C62452 (or 0xC62452) is unknown color: approx Old Rose. HEX triplet: C6, 24 and 52. RGB value is (198,36,82). Sum of RGB (Red+Green+Blue) = 198+36+82=316 (41% of max value = 765). Red value is 198 (77.73% from 255 or 62.66% from 316); Green value is 36 (14.45% from 255 or 11.39% from 316); Blue value is 82 (32.42% from 255 or 25.95% from 316); Max value from RGB is 198 - color contains mainly: red. Hex color #C62452 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C62452 is #39DBAD. Grayscale: #595959. Windows color (decimal): -3791790 or 5383366. OLE color: 5383366.

HSL color Cylindrical-coordinate representation of color #C62452: hue angle of 342.96º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C62452 is Cyan = 0, Magento = 0.82, Yellow = 0.59 and Black (K on CMYK) = 0.22.

Color convert

RGB1983682-
CMYK00.820.590.22
HSL342.96º69.23%45.88%-
HSV(B)342.96º81.82%77.65%-
XYZ25.4413.889.32-
YUV89.68123.67205.26-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 62.66%
GREEN value IS 36 (14.45% from 255) = 11.39%
BLUE value IS 82 (32.42% from 255) = 25.95%
R=62.66%
G=11.39%
B=25.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.59
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198368200.820.590.22342.9669.2345.88
HexC624520523B16157452e
Octal306441220122732652710556
Binary11000110100100101001001010010111011101101010101111000101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C62452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C62452; }

 p { color: rgb(198,36,82); }

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

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

 a { background-color: rgb(198,36,82); }

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

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

 span { border-color: rgb(198,36,82); }

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