#CF6647

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

Shades of Red Damask #CF6647

Tints of Red Damask #CF6647

Color information

#CF6647 (or 0xCF6647) is unknown color: approx Red Damask. HEX triplet: CF, 66 and 47. RGB value is (207,102,71). Sum of RGB (Red+Green+Blue) = 207+102+71=380 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.47% from 380); Green value is 102 (40.23% from 255 or 26.84% from 380); Blue value is 71 (28.12% from 255 or 18.68% from 380); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6647 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF6647 is #3099B8. Grayscale: #828282. Windows color (decimal): -3185081 or 4679375. OLE color: 4679375.

HSL color Cylindrical-coordinate representation of color #CF6647: hue angle of 13.68º 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 #CF6647 is Cyan = 0, Magento = 0.51, Yellow = 0.66 and Black (K on CMYK) = 0.19.

Color convert

RGB20710271-
CMYK00.510.660.19
HSL13.68º58.62%54.51%-
HSV(B)13.68º65.7%81.18%-
XYZ31.6223.228.78-
YUV129.8694.79183.02-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 54.47%
GREEN value IS 102 (40.23% from 255) = 26.84%
BLUE value IS 71 (28.12% from 255) = 18.68%
R=54.47%
G=26.84%
B=18.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.66
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071027100.510.660.1913.6858.6254.51
HexCF66470334213e3b37
Octal31714610706310223167367
Binary110011111100110100011101100111000010100111110111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF6647

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF6647; }

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

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

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

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

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

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

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

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