Html Css Color HEX #CF6E49 Red Damask

📋 copy color: '#CF6E49'

red 207 ◦ green 110 ◦ blue 73

#CF6E49
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Red Damask #CF6E49

Tints of Red Damask #CF6E49

RGB

 RED value IS 207 (81.25% from 255) = 53.08%

 GREEN value IS 110 (43.36% from 255) = 28.21%

 BLUE value IS 73 (28.91% from 255) = 18.72%

R = 53.08%
G = 28.21%
B = 18.72%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.65

 K value IS 0.19

RGB Variations

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

Color information

#CF6E49 (or 0xCF6E49) is known color: Red Damask. HEX triplet: CF, 6E and 49. RGB value is (207,110,73). Sum of RGB (Red+Green+Blue) = 207+110+73=390 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.08% from 390); Green value is 110 (43.36% from 255 or 28.21% from 390); Blue value is 73 (28.91% from 255 or 18.72% from 390); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6E49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF6E49 is #3091B6. Grayscale: #878787. Windows color (decimal): -3183031 or 4812495. OLE color: 4812495.

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

Color convert

RGB 207 110 73 -
CMYK 0 0.47 0.65 0.19
HSL 16.57º 0.58% 0.55% -
HSV(B) 16.57º 0.65% 0.81% -
XYZ 32.51 24.9 9.4 -
YUV 134.79 93.14 179.51 -
System Red Green Blue C M Y K H S L
Decimal 207 110 73 0 0.47 0.65 0.19 16.57 0.58 0.55
Hex CF 6E 49 0 2F 41 13 11 3A 37
Octal 317 156 111 0 57 101 23 21 72 67
Binary 11001111 1101110 1001001 0 101111 1000001 10011 10001 111010 110111

Color Harmonies of #CF6E49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6E49

Black with #CF6E49

Text Example


Text Example

White with #CF6E49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6E49; }

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

 H1.HeaderClassName
 {
   color: #CF6E49;
 }
 .AnyTagClassName
 {
   color: #CF6E49;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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