#CC2954

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

Shades of Old Rose #CC2954

Tints of Old Rose #CC2954

Color information

#CC2954 (or 0xCC2954) is unknown color: approx Old Rose. HEX triplet: CC, 29 and 54. RGB value is (204,41,84). Sum of RGB (Red+Green+Blue) = 204+41+84=329 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.01% from 329); Green value is 41 (16.41% from 255 or 12.46% from 329); Blue value is 84 (33.20% from 255 or 25.53% from 329); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2954 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2954 is #33D6AB. Grayscale: #5E5E5E. Windows color (decimal): -3397292 or 5515724. OLE color: 5515724.

HSL color Cylindrical-coordinate representation of color #CC2954: hue angle of 344.17º 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 #CC2954 is Cyan = 0, Magento = 0.80, Yellow = 0.59 and Black (K on CMYK) = 0.2.

Color convert

RGB2044184-
CMYK00.800.590.2
HSL344.17º66.53%48.04%-
HSV(B)344.17º79.9%80%-
XYZ27.315.069.86-
YUV94.64122206-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 62.01%
GREEN value IS 41 (16.41% from 255) = 12.46%
BLUE value IS 84 (33.20% from 255) = 25.53%
R=62.01%
G=12.46%
B=25.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.59
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204418400.800.590.2344.1766.5348.04
HexCC29540503B141584330
Octal314511240120732453010360
Binary11001100101001101010001010000111011101001010110001000011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC2954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC2954; }

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

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

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

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

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

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

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

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