#CC294E

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

Shades of Old Rose #CC294E

Tints of Old Rose #CC294E

Color information

#CC294E (or 0xCC294E) is unknown color: approx Old Rose. HEX triplet: CC, 29 and 4E. RGB value is (204,41,78). Sum of RGB (Red+Green+Blue) = 204+41+78=323 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.16% from 323); Green value is 41 (16.41% from 255 or 12.69% from 323); Blue value is 78 (30.86% from 255 or 24.15% from 323); Max value from RGB is 204 - color contains mainly: red. Hex color #CC294E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC294E is #33D6B1. Grayscale: #5D5D5D. Windows color (decimal): -3397298 or 5122508. OLE color: 5122508.

HSL color Cylindrical-coordinate representation of color #CC294E: hue angle of 346.38º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CC294E is Cyan = 0, Magento = 0.80, Yellow = 0.62 and Black (K on CMYK) = 0.2.

Color convert

RGB2044178-
CMYK00.800.620.2
HSL346.38º66.53%48.04%-
HSV(B)346.38º79.9%80%-
XYZ27.0714.978.67-
YUV93.95119206.49-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 63.16%
GREEN value IS 41 (16.41% from 255) = 12.69%
BLUE value IS 78 (30.86% from 255) = 24.15%
R=63.16%
G=12.69%
B=24.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.62
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204417800.800.620.2346.3866.5348.04
HexCC294E0503E1415a4330
Octal314511160120762453210360
Binary11001100101001100111001010000111110101001010110101000011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC294E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC294E; }

 p { color: rgb(204,41,78); }

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

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

 a { background-color: rgb(204,41,78); }

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

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

 span { border-color: rgb(204,41,78); }

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