#cf6649

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

Shades of Red Damask #CF6649

Tints of Red Damask #CF6649

Color information

#CF6649 (or 0xCF6649) is unknown color: approx Red Damask. HEX triplet: CF, 66 and 49. RGB value is (207,102,73). Sum of RGB (Red+Green+Blue) = 207+102+73=382 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.19% from 382); Green value is 102 (40.23% from 255 or 26.70% from 382); Blue value is 73 (28.91% from 255 or 19.11% from 382); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6649 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF6649 is #3099B6. Grayscale: #828282. Windows color (decimal): -3185079 or 4810447. OLE color: 4810447.

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

Color convert

RGB20710273-
CMYK00.510.650.19
HSL12.99º58.26%54.9%-
HSV(B)12.99º64.73%81.18%-
XYZ31.6923.259.12-
YUV130.0995.79182.86-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 54.19%
GREEN value IS 102 (40.23% from 255) = 26.70%
BLUE value IS 73 (28.91% from 255) = 19.11%
R=54.19%
G=26.70%
B=19.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.65
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071027300.510.650.1912.9958.2654.9
HexCF66490334113d3a37
Octal31714611106310123157267
Binary110011111100110100100101100111000001100111101111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cf6649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cf6649; }

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

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

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

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

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

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

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

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