#CC3B59

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

Shades of Old Rose #CC3B59

Tints of Old Rose #CC3B59

Color information

#CC3B59 (or 0xCC3B59) is unknown color: approx Old Rose. HEX triplet: CC, 3B and 59. RGB value is (204,59,89). Sum of RGB (Red+Green+Blue) = 204+59+89=352 (46% of max value = 765). Red value is 204 (80.08% from 255 or 57.95% from 352); Green value is 59 (23.44% from 255 or 16.76% from 352); Blue value is 89 (35.16% from 255 or 25.28% from 352); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3B59 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC3B59 is #33C4A6. Grayscale: #696969. Windows color (decimal): -3392679 or 5848012. OLE color: 5848012.

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

Color convert

RGB2045989-
CMYK00.710.560.2
HSL347.59º58.7%51.57%-
HSV(B)347.59º71.08%80%-
XYZ28.2716.6911.18-
YUV105.78118.54198.06-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 57.95%
GREEN value IS 59 (23.44% from 255) = 16.76%
BLUE value IS 89 (35.16% from 255) = 25.28%
R=57.95%
G=16.76%
B=25.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.56
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204598900.710.560.2347.5958.751.57
HexCC3B59047381415c3b34
Octal31473131010770245347364
Binary1100110011101110110010100011111100010100101011100111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC3B59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC3B59; }

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

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

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

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

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

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

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

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