#CC284F

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

Shades of Old Rose #CC284F

Tints of Old Rose #CC284F

Color information

#CC284F (or 0xCC284F) is unknown color: approx Old Rose. HEX triplet: CC, 28 and 4F. RGB value is (204,40,79). Sum of RGB (Red+Green+Blue) = 204+40+79=323 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.16% from 323); Green value is 40 (16.02% from 255 or 12.38% from 323); Blue value is 79 (31.25% from 255 or 24.46% from 323); Max value from RGB is 204 - color contains mainly: red. Hex color #CC284F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC284F is #33D7B0. Grayscale: #5D5D5D. Windows color (decimal): -3397553 or 5187788. OLE color: 5187788.

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

Color convert

RGB2044079-
CMYK00.800.610.2
HSL345.73º67.21%47.84%-
HSV(B)345.73º80.39%80%-
XYZ27.0714.928.85-
YUV93.48119.83206.83-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 63.16%
GREEN value IS 40 (16.02% from 255) = 12.38%
BLUE value IS 79 (31.25% from 255) = 24.46%
R=63.16%
G=12.38%
B=24.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.61
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204407900.800.610.2345.7367.2147.84
HexCC284F0503D1415a4330
Octal314501170120752453210360
Binary11001100101000100111101010000111101101001010110101000011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC284F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC284F; }

 p { color: rgb(204,40,79); }

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

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

 a { background-color: rgb(204,40,79); }

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

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

 span { border-color: rgb(204,40,79); }

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