#CC2953

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

Shades of Old Rose #CC2953

Tints of Old Rose #CC2953

Color information

#CC2953 (or 0xCC2953) is unknown color: approx Old Rose. HEX triplet: CC, 29 and 53. RGB value is (204,41,83). Sum of RGB (Red+Green+Blue) = 204+41+83=328 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.20% from 328); Green value is 41 (16.41% from 255 or 12.5% from 328); Blue value is 83 (32.81% from 255 or 25.30% from 328); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2953 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2953 is #33D6AC. Grayscale: #5E5E5E. Windows color (decimal): -3397293 or 5450188. OLE color: 5450188.

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

Color convert

RGB2044183-
CMYK00.800.590.2
HSL344.54º66.53%48.04%-
HSV(B)344.54º79.9%80%-
XYZ27.2615.059.65-
YUV94.52121.5206.08-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 62.20%
GREEN value IS 41 (16.41% from 255) = 12.5%
BLUE value IS 83 (32.81% from 255) = 25.30%
R=62.20%
G=12.5%
B=25.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.59
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204418300.800.590.2344.5466.5348.04
HexCC29530503B141594330
Octal314511230120732453110360
Binary11001100101001101001101010000111011101001010110011000011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC2953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC2953; }

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

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

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

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

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

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

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

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