#CC2952

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

Shades of Old Rose #CC2952

Tints of Old Rose #CC2952

Color information

#CC2952 (or 0xCC2952) is unknown color: approx Old Rose. HEX triplet: CC, 29 and 52. RGB value is (204,41,82). Sum of RGB (Red+Green+Blue) = 204+41+82=327 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.39% from 327); Green value is 41 (16.41% from 255 or 12.54% from 327); Blue value is 82 (32.42% from 255 or 25.08% from 327); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2952 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2952 is #33D6AD. Grayscale: #5E5E5E. Windows color (decimal): -3397294 or 5384652. OLE color: 5384652.

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

Color convert

RGB2044182-
CMYK00.800.600.2
HSL344.91º66.53%48.04%-
HSV(B)344.91º79.9%80%-
XYZ27.2215.039.45-
YUV94.41121206.17-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 62.39%
GREEN value IS 41 (16.41% from 255) = 12.54%
BLUE value IS 82 (32.42% from 255) = 25.08%
R=62.39%
G=12.54%
B=25.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.60
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204418200.800.600.2344.9166.5348.04
HexCC29520503C141594330
Octal314511220120742453110360
Binary11001100101001101001001010000111100101001010110011000011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC2952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC2952; }

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

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

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

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

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

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

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

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