#CF7247

Color #CF7247 Red Damask (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red Damask #CF7247

Tints of Red Damask #CF7247

Color information

#CF7247 (or 0xCF7247) is unknown color: approx Red Damask. HEX triplet: CF, 72 and 47. RGB value is (207,114,71). Sum of RGB (Red+Green+Blue) = 207+114+71=392 (51% of max value = 765). Red value is 207 (81.25% from 255 or 52.81% from 392); Green value is 114 (44.92% from 255 or 29.08% from 392); Blue value is 71 (28.12% from 255 or 18.11% from 392); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7247 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF7247 is #308DB8. Grayscale: #898989. Windows color (decimal): -3182009 or 4682447. OLE color: 4682447.

HSL color Cylindrical-coordinate representation of color #CF7247: hue angle of 18.97º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CF7247 is Cyan = 0, Magento = 0.45, Yellow = 0.66 and Black (K on CMYK) = 0.19.

Color convert

RGB20711471-
CMYK00.450.660.19
HSL18.97º58.62%54.51%-
HSV(B)18.97º65.7%81.18%-
XYZ32.8925.759.2-
YUV136.990.81178-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 52.81%
GREEN value IS 114 (44.92% from 255) = 29.08%
BLUE value IS 71 (28.12% from 255) = 18.11%
R=52.81%
G=29.08%
B=18.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.66
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071147100.450.660.1918.9758.6254.51
HexCF724702D4213133b37
Octal31716210705510223237367
Binary1100111111100101000111010110110000101001110011111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF7247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF7247; }

 p { color: rgb(207,114,71); }

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

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

 a { background-color: rgb(207,114,71); }

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

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

 span { border-color: rgb(207,114,71); }

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