#CC2A5A

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

Shades of Old Rose #CC2A5A

Tints of Old Rose #CC2A5A

Color information

#CC2A5A (or 0xCC2A5A) is unknown color: approx Old Rose. HEX triplet: CC, 2A and 5A. RGB value is (204,42,90). Sum of RGB (Red+Green+Blue) = 204+42+90=336 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.71% from 336); Green value is 42 (16.80% from 255 or 12.5% from 336); Blue value is 90 (35.55% from 255 or 26.79% from 336); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2A5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2A5A is #33D5A5. Grayscale: #5F5F5F. Windows color (decimal): -3397030 or 5909196. OLE color: 5909196.

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

Color convert

RGB2044290-
CMYK00.790.560.2
HSL342.22º65.85%48.24%-
HSV(B)342.22º79.41%80%-
XYZ27.5815.2311.16-
YUV95.91124.67205.1-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 60.71%
GREEN value IS 42 (16.80% from 255) = 12.5%
BLUE value IS 90 (35.55% from 255) = 26.79%
R=60.71%
G=12.5%
B=26.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.56
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204429000.790.560.2342.2265.8548.24
HexCC2A5A04F38141564230
Octal314521320117702452610260
Binary11001100101010101101001001111111000101001010101101000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC2A5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC2A5A; }

 p { color: rgb(204,42,90); }

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

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

 a { background-color: rgb(204,42,90); }

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

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

 span { border-color: rgb(204,42,90); }

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