#CF284D

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

Shades of Old Rose #CF284D

Tints of Old Rose #CF284D

Color information

#CF284D (or 0xCF284D) is unknown color: approx Old Rose. HEX triplet: CF, 28 and 4D. RGB value is (207,40,77). Sum of RGB (Red+Green+Blue) = 207+40+77=324 (42% of max value = 765). Red value is 207 (81.25% from 255 or 63.89% from 324); Green value is 40 (16.02% from 255 or 12.35% from 324); Blue value is 77 (30.47% from 255 or 23.77% from 324); Max value from RGB is 207 - color contains mainly: red. Hex color #CF284D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF284D is #30D7B2. Grayscale: #5E5E5E. Windows color (decimal): -3200947 or 5056719. OLE color: 5056719.

HSL color Cylindrical-coordinate representation of color #CF284D: hue angle of 346.71º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CF284D is Cyan = 0, Magento = 0.81, Yellow = 0.63 and Black (K on CMYK) = 0.19.

Color convert

RGB2074077-
CMYK00.810.630.19
HSL346.71º67.61%48.43%-
HSV(B)346.71º80.68%81.18%-
XYZ27.8315.328.51-
YUV94.15118.33208.49-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 63.89%
GREEN value IS 40 (16.02% from 255) = 12.35%
BLUE value IS 77 (30.47% from 255) = 23.77%
R=63.89%
G=12.35%
B=23.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.63
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207407700.810.630.19346.7167.6148.43
HexCF284D0513F1315b4430
Octal317501150121772353310460
Binary11001111101000100110101010001111111100111010110111000100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF284D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF284D; }

 p { color: rgb(207,40,77); }

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

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

 a { background-color: rgb(207,40,77); }

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

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

 span { border-color: rgb(207,40,77); }

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