#cc3254

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

Shades of Old Rose #CC3254

Tints of Old Rose #CC3254

Color information

#CC3254 (or 0xCC3254) is unknown color: approx Old Rose. HEX triplet: CC, 32 and 54. RGB value is (204,50,84). Sum of RGB (Red+Green+Blue) = 204+50+84=338 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.36% from 338); Green value is 50 (19.92% from 255 or 14.79% from 338); Blue value is 84 (33.20% from 255 or 24.85% from 338); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3254 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC3254 is #33CDAB. Grayscale: #636363. Windows color (decimal): -3394988 or 5518028. OLE color: 5518028.

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

Color convert

RGB2045084-
CMYK00.750.590.2
HSL346.75º60.63%49.8%-
HSV(B)346.75º75.49%80%-
XYZ27.6415.769.97-
YUV99.92119.02202.24-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 60.36%
GREEN value IS 50 (19.92% from 255) = 14.79%
BLUE value IS 84 (33.20% from 255) = 24.85%
R=60.36%
G=14.79%
B=24.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.59
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204508400.750.590.2346.7560.6349.8
HexCC325404B3B1415b3d32
Octal31462124011373245337562
Binary1100110011001010101000100101111101110100101011011111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cc3254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cc3254; }

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

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

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

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

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

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

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

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