#CC2153

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

Shades of Old Rose #CC2153

Tints of Old Rose #CC2153

Color information

#CC2153 (or 0xCC2153) is unknown color: approx Old Rose. HEX triplet: CC, 21 and 53. RGB value is (204,33,83). Sum of RGB (Red+Green+Blue) = 204+33+83=320 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.75% from 320); Green value is 33 (13.28% from 255 or 10.31% from 320); Blue value is 83 (32.81% from 255 or 25.94% from 320); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2153 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2153 is #33DEAC. Grayscale: #595959. Windows color (decimal): -3399341 or 5448140. OLE color: 5448140.

HSL color Cylindrical-coordinate representation of color #CC2153: hue angle of 342.46º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CC2153 is Cyan = 0, Magento = 0.84, Yellow = 0.59 and Black (K on CMYK) = 0.2.

Color convert

RGB2043383-
CMYK00.840.590.2
HSL342.46º72.15%46.47%-
HSV(B)342.46º83.82%80%-
XYZ27.0114.559.57-
YUV89.83124.15209.43-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 63.75%
GREEN value IS 33 (13.28% from 255) = 10.31%
BLUE value IS 83 (32.81% from 255) = 25.94%
R=63.75%
G=10.31%
B=25.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.59
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204338300.840.590.2342.4672.1546.47
HexCC21530543B14156482e
Octal314411230124732452611056
Binary11001100100001101001101010100111011101001010101101001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC2153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC2153; }

 p { color: rgb(204,33,83); }

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

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

 a { background-color: rgb(204,33,83); }

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

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

 span { border-color: rgb(204,33,83); }

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