#CC3D52

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

Shades of Old Rose #CC3D52

Tints of Old Rose #CC3D52

Color information

#CC3D52 (or 0xCC3D52) is unknown color: approx Old Rose. HEX triplet: CC, 3D and 52. RGB value is (204,61,82). Sum of RGB (Red+Green+Blue) = 204+61+82=347 (45% of max value = 765). Red value is 204 (80.08% from 255 or 58.79% from 347); Green value is 61 (24.22% from 255 or 17.58% from 347); Blue value is 82 (32.42% from 255 or 23.63% from 347); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3D52 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC3D52 is #33C2AD. Grayscale: #6A6A6A. Windows color (decimal): -3392174 or 5389772. OLE color: 5389772.

HSL color Cylindrical-coordinate representation of color #CC3D52: hue angle of 351.19º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CC3D52 is Cyan = 0, Magento = 0.70, Yellow = 0.60 and Black (K on CMYK) = 0.2.

Color convert

RGB2046182-
CMYK00.700.600.2
HSL351.19º58.37%51.96%-
HSV(B)351.19º70.1%80%-
XYZ28.0916.789.74-
YUV106.15114.38197.79-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 58.79%
GREEN value IS 61 (24.22% from 255) = 17.58%
BLUE value IS 82 (32.42% from 255) = 23.63%
R=58.79%
G=17.58%
B=23.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.60
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204618200.700.600.2351.1958.3751.96
HexCC3D520463C1415f3a34
Octal31475122010674245377264
Binary1100110011110110100100100011011110010100101011111111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC3D52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC3D52; }

 p { color: rgb(204,61,82); }

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

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

 a { background-color: rgb(204,61,82); }

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

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

 span { border-color: rgb(204,61,82); }

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