#CC2251

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

Shades of Old Rose #CC2251

Tints of Old Rose #CC2251

Color information

#CC2251 (or 0xCC2251) is unknown color: approx Old Rose. HEX triplet: CC, 22 and 51. RGB value is (204,34,81). Sum of RGB (Red+Green+Blue) = 204+34+81=319 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.95% from 319); Green value is 34 (13.67% from 255 or 10.66% from 319); Blue value is 81 (32.03% from 255 or 25.39% from 319); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2251 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2251 is #33DDAE. Grayscale: #5A5A5A. Windows color (decimal): -3399087 or 5317324. OLE color: 5317324.

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

Color convert

RGB2043481-
CMYK00.830.600.2
HSL343.41º71.43%46.67%-
HSV(B)343.41º83.33%80%-
XYZ26.9614.589.18-
YUV90.19122.82209.18-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 63.95%
GREEN value IS 34 (13.67% from 255) = 10.66%
BLUE value IS 81 (32.03% from 255) = 25.39%
R=63.95%
G=10.66%
B=25.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.60
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204348100.830.600.2343.4171.4346.67
HexCC22510533C14157472f
Octal314421210123742452710757
Binary11001100100010101000101010011111100101001010101111000111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC2251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC2251; }

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

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

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

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

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

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

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

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