#CC2357

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

Shades of Old Rose #CC2357

Tints of Old Rose #CC2357

Color information

#CC2357 (or 0xCC2357) is unknown color: approx Old Rose. HEX triplet: CC, 23 and 57. RGB value is (204,35,87). Sum of RGB (Red+Green+Blue) = 204+35+87=326 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.58% from 326); Green value is 35 (14.06% from 255 or 10.74% from 326); Blue value is 87 (34.38% from 255 or 26.69% from 326); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2357 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2357 is #33DCA8. Grayscale: #5B5B5B. Windows color (decimal): -3398825 or 5710796. OLE color: 5710796.

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

Color convert

RGB2043587-
CMYK00.830.570.2
HSL341.54º70.71%46.86%-
HSV(B)341.54º82.84%80%-
XYZ27.2214.7310.42-
YUV91.46125.49208.27-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 62.58%
GREEN value IS 35 (14.06% from 255) = 10.74%
BLUE value IS 87 (34.38% from 255) = 26.69%
R=62.58%
G=10.74%
B=26.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.57
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204358700.830.570.2341.5470.7146.86
HexCC23570533914156472f
Octal314431270123712452610757
Binary11001100100011101011101010011111001101001010101101000111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC2357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC2357; }

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

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

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

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

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

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

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

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