#CC2355

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

Shades of Old Rose #CC2355

Tints of Old Rose #CC2355

Color information

#CC2355 (or 0xCC2355) is unknown color: approx Old Rose. HEX triplet: CC, 23 and 55. RGB value is (204,35,85). Sum of RGB (Red+Green+Blue) = 204+35+85=324 (42% of max value = 765). Red value is 204 (80.08% from 255 or 62.96% from 324); Green value is 35 (14.06% from 255 or 10.80% from 324); Blue value is 85 (33.59% from 255 or 26.23% from 324); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2355 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2355 is #33DCAA. Grayscale: #5B5B5B. Windows color (decimal): -3398827 or 5579724. OLE color: 5579724.

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

Color convert

RGB2043585-
CMYK00.830.580.2
HSL342.25º70.71%46.86%-
HSV(B)342.25º82.84%80%-
XYZ27.1414.710-
YUV91.23124.49208.43-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 62.96%
GREEN value IS 35 (14.06% from 255) = 10.80%
BLUE value IS 85 (33.59% from 255) = 26.23%
R=62.96%
G=10.80%
B=26.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.58
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204358500.830.580.2342.2570.7146.86
HexCC23550533A14156472f
Octal314431250123722452610757
Binary11001100100011101010101010011111010101001010101101000111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC2355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC2355; }

 p { color: rgb(204,35,85); }

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

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

 a { background-color: rgb(204,35,85); }

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

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

 span { border-color: rgb(204,35,85); }

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