#cc3259

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

Shades of Old Rose #CC3259

Tints of Old Rose #CC3259

Color information

#CC3259 (or 0xCC3259) is unknown color: approx Old Rose. HEX triplet: CC, 32 and 59. RGB value is (204,50,89). Sum of RGB (Red+Green+Blue) = 204+50+89=343 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.48% from 343); Green value is 50 (19.92% from 255 or 14.58% from 343); Blue value is 89 (35.16% from 255 or 25.95% from 343); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3259 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC3259 is #33CDA6. Grayscale: #646464. Windows color (decimal): -3394983 or 5845708. OLE color: 5845708.

HSL color Cylindrical-coordinate representation of color #CC3259: hue angle of 344.81º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CC3259 is Cyan = 0, Magento = 0.75, Yellow = 0.56 and Black (K on CMYK) = 0.2.

Color convert

RGB2045089-
CMYK00.750.560.2
HSL344.81º60.63%49.8%-
HSV(B)344.81º75.49%80%-
XYZ27.8515.8411.04-
YUV100.49121.52201.83-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 59.48%
GREEN value IS 50 (19.92% from 255) = 14.58%
BLUE value IS 89 (35.16% from 255) = 25.95%
R=59.48%
G=14.58%
B=25.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.56
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204508900.750.560.2344.8160.6349.8
HexCC325904B38141593d32
Octal31462131011370245317562
Binary1100110011001010110010100101111100010100101011001111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cc3259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cc3259; }

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

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

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

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

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

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

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

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