#CC2354

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

Shades of Old Rose #CC2354

Tints of Old Rose #CC2354

Color information

#CC2354 (or 0xCC2354) is unknown color: approx Old Rose. HEX triplet: CC, 23 and 54. RGB value is (204,35,84). Sum of RGB (Red+Green+Blue) = 204+35+84=323 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.16% from 323); Green value is 35 (14.06% from 255 or 10.84% from 323); Blue value is 84 (33.20% from 255 or 26.01% from 323); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2354 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2354 is #33DCAB. Grayscale: #5B5B5B. Windows color (decimal): -3398828 or 5514188. OLE color: 5514188.

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

Color convert

RGB2043584-
CMYK00.830.590.2
HSL342.6º70.71%46.86%-
HSV(B)342.6º82.84%80%-
XYZ27.114.689.79-
YUV91.12123.99208.52-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 63.16%
GREEN value IS 35 (14.06% from 255) = 10.84%
BLUE value IS 84 (33.20% from 255) = 26.01%
R=63.16%
G=10.84%
B=26.01%

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
Decimal204358400.830.590.2342.670.7146.86
HexCC23540533B14157472f
Octal314431240123732452710757
Binary11001100100011101010001010011111011101001010101111000111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC2354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC2354; }

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

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

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

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

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

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

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

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