#CC3B56

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

Shades of Old Rose #CC3B56

Tints of Old Rose #CC3B56

Color information

#CC3B56 (or 0xCC3B56) is unknown color: approx Old Rose. HEX triplet: CC, 3B and 56. RGB value is (204,59,86). Sum of RGB (Red+Green+Blue) = 204+59+86=349 (46% of max value = 765). Red value is 204 (80.08% from 255 or 58.45% from 349); Green value is 59 (23.44% from 255 or 16.91% from 349); Blue value is 86 (33.98% from 255 or 24.64% from 349); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3B56 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC3B56 is #33C4A9. Grayscale: #696969. Windows color (decimal): -3392682 or 5651404. OLE color: 5651404.

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

Color convert

RGB2045986-
CMYK00.710.580.2
HSL348.83º58.7%51.57%-
HSV(B)348.83º71.08%80%-
XYZ28.1516.6410.53-
YUV105.43117.04198.3-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 58.45%
GREEN value IS 59 (23.44% from 255) = 16.91%
BLUE value IS 86 (33.98% from 255) = 24.64%
R=58.45%
G=16.91%
B=24.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.58
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204598600.710.580.2348.8358.751.57
HexCC3B560473A1415d3b34
Octal31473126010772245357364
Binary1100110011101110101100100011111101010100101011101111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC3B56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC3B56; }

 p { color: rgb(204,59,86); }

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

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

 a { background-color: rgb(204,59,86); }

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

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

 span { border-color: rgb(204,59,86); }

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