#CC294D

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

Shades of Old Rose #CC294D

Tints of Old Rose #CC294D

Color information

#CC294D (or 0xCC294D) is unknown color: approx Old Rose. HEX triplet: CC, 29 and 4D. RGB value is (204,41,77). Sum of RGB (Red+Green+Blue) = 204+41+77=322 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.35% from 322); Green value is 41 (16.41% from 255 or 12.73% from 322); Blue value is 77 (30.47% from 255 or 23.91% from 322); Max value from RGB is 204 - color contains mainly: red. Hex color #CC294D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC294D is #33D6B2. Grayscale: #5D5D5D. Windows color (decimal): -3397299 or 5056972. OLE color: 5056972.

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

Color convert

RGB2044177-
CMYK00.800.620.2
HSL346.75º66.53%48.04%-
HSV(B)346.75º79.9%80%-
XYZ27.0314.968.48-
YUV93.84118.5206.57-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 63.35%
GREEN value IS 41 (16.41% from 255) = 12.73%
BLUE value IS 77 (30.47% from 255) = 23.91%
R=63.35%
G=12.73%
B=23.91%

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
Decimal204417700.800.620.2346.7566.5348.04
HexCC294D0503E1415b4330
Octal314511150120762453310360
Binary11001100101001100110101010000111110101001010110111000011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC294D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC294D; }

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

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

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

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

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

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

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

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