#CC1D52

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

Shades of Old Rose #CC1D52

Tints of Old Rose #CC1D52

Color information

#CC1D52 (or 0xCC1D52) is unknown color: approx Old Rose. HEX triplet: CC, 1D and 52. RGB value is (204,29,82). Sum of RGB (Red+Green+Blue) = 204+29+82=315 (41% of max value = 765). Red value is 204 (80.08% from 255 or 64.76% from 315); Green value is 29 (11.72% from 255 or 9.21% from 315); Blue value is 82 (32.42% from 255 or 26.03% from 315); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1D52 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC1D52 is #33E2AD. Grayscale: #575757. Windows color (decimal): -3400366 or 5381580. OLE color: 5381580.

HSL color Cylindrical-coordinate representation of color #CC1D52: hue angle of 341.83º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CC1D52 is Cyan = 0, Magento = 0.86, Yellow = 0.60 and Black (K on CMYK) = 0.2.

Color convert

RGB2042982-
CMYK00.860.600.2
HSL341.83º75.11%45.69%-
HSV(B)341.83º85.78%80%-
XYZ26.8614.339.33-
YUV87.37124.98211.19-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 64.76%
GREEN value IS 29 (11.72% from 255) = 9.21%
BLUE value IS 82 (32.42% from 255) = 26.03%
R=64.76%
G=9.21%
B=26.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.60
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204298200.860.600.2341.8375.1145.69
HexCC1D520563C141564b2e
Octal314351220126742452611356
Binary1100110011101101001001010110111100101001010101101001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC1D52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC1D52; }

 p { color: rgb(204,29,82); }

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

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

 a { background-color: rgb(204,29,82); }

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

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

 span { border-color: rgb(204,29,82); }

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