#CC325A

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

Shades of Old Rose #CC325A

Tints of Old Rose #CC325A

Color information

#CC325A (or 0xCC325A) is unknown color: approx Old Rose. HEX triplet: CC, 32 and 5A. RGB value is (204,50,90). Sum of RGB (Red+Green+Blue) = 204+50+90=344 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.30% from 344); Green value is 50 (19.92% from 255 or 14.53% from 344); Blue value is 90 (35.55% from 255 or 26.16% from 344); Max value from RGB is 204 - color contains mainly: red. Hex color #CC325A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC325A is #33CDA5. Grayscale: #646464. Windows color (decimal): -3394982 or 5911244. OLE color: 5911244.

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

Color convert

RGB2045090-
CMYK00.750.560.2
HSL344.42º60.63%49.8%-
HSV(B)344.42º75.49%80%-
XYZ27.8915.8611.26-
YUV100.61122.02201.75-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 59.30%
GREEN value IS 50 (19.92% from 255) = 14.53%
BLUE value IS 90 (35.55% from 255) = 26.16%
R=59.30%
G=14.53%
B=26.16%

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
Decimal204509000.750.560.2344.4260.6349.8
HexCC325A04B38141583d32
Octal31462132011370245307562
Binary1100110011001010110100100101111100010100101011000111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC325A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC325A; }

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

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

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

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

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

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

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

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