#CC2951

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

Shades of Old Rose #CC2951

Tints of Old Rose #CC2951

Color information

#CC2951 (or 0xCC2951) is unknown color: approx Old Rose. HEX triplet: CC, 29 and 51. RGB value is (204,41,81). Sum of RGB (Red+Green+Blue) = 204+41+81=326 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.58% from 326); Green value is 41 (16.41% from 255 or 12.58% from 326); Blue value is 81 (32.03% from 255 or 24.85% from 326); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2951 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2951 is #33D6AE. Grayscale: #5E5E5E. Windows color (decimal): -3397295 or 5319116. OLE color: 5319116.

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

Color convert

RGB2044181-
CMYK00.800.600.2
HSL345.28º66.53%48.04%-
HSV(B)345.28º79.9%80%-
XYZ27.1815.029.25-
YUV94.3120.5206.25-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 62.58%
GREEN value IS 41 (16.41% from 255) = 12.58%
BLUE value IS 81 (32.03% from 255) = 24.85%
R=62.58%
G=12.58%
B=24.85%

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
Decimal204418100.800.600.2345.2866.5348.04
HexCC29510503C141594330
Octal314511210120742453110360
Binary11001100101001101000101010000111100101001010110011000011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC2951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC2951; }

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

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

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

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

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

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

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

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