#CC2254

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

Shades of Old Rose #CC2254

Tints of Old Rose #CC2254

Color information

#CC2254 (or 0xCC2254) is unknown color: approx Old Rose. HEX triplet: CC, 22 and 54. RGB value is (204,34,84). Sum of RGB (Red+Green+Blue) = 204+34+84=322 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.35% from 322); Green value is 34 (13.67% from 255 or 10.56% from 322); Blue value is 84 (33.20% from 255 or 26.09% from 322); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2254 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2254 is #33DDAB. Grayscale: #5A5A5A. Windows color (decimal): -3399084 or 5513932. OLE color: 5513932.

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

Color convert

RGB2043484-
CMYK00.830.590.2
HSL342.35º71.43%46.67%-
HSV(B)342.35º83.33%80%-
XYZ27.0714.629.78-
YUV90.53124.32208.93-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 63.35%
GREEN value IS 34 (13.67% from 255) = 10.56%
BLUE value IS 84 (33.20% from 255) = 26.09%
R=63.35%
G=10.56%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.59
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204348400.830.590.2342.3571.4346.67
HexCC22540533B14156472f
Octal314421240123732452610757
Binary11001100100010101010001010011111011101001010101101000111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC2254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC2254; }

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

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

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

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

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

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

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

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