#CF6A49

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

Shades of Red Damask #CF6A49

Tints of Red Damask #CF6A49

Color information

#CF6A49 (or 0xCF6A49) is unknown color: approx Red Damask. HEX triplet: CF, 6A and 49. RGB value is (207,106,73). Sum of RGB (Red+Green+Blue) = 207+106+73=386 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.63% from 386); Green value is 106 (41.80% from 255 or 27.46% from 386); Blue value is 73 (28.91% from 255 or 18.91% from 386); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6A49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF6A49 is #3095B6. Grayscale: #848484. Windows color (decimal): -3184055 or 4811471. OLE color: 4811471.

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

Color convert

RGB20710673-
CMYK00.490.650.19
HSL14.78º58.26%54.9%-
HSV(B)14.78º64.73%81.18%-
XYZ32.0924.059.26-
YUV132.4494.46181.18-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 53.63%
GREEN value IS 106 (41.80% from 255) = 27.46%
BLUE value IS 73 (28.91% from 255) = 18.91%
R=53.63%
G=27.46%
B=18.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.65
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071067300.490.650.1914.7858.2654.9
HexCF6A490314113f3a37
Octal31715211106110123177267
Binary110011111101010100100101100011000001100111111111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF6A49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF6A49; }

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

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

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

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

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

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

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

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