Html Css Color HEX #CF6E47 Red Damask

📋 copy color: '#CF6E47'

red 207 ◦ green 110 ◦ blue 71

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

Shades of Red Damask #CF6E47

Tints of Red Damask #CF6E47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 18.3%

R = 53.35%
G = 28.35%
B = 18.3%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.66

 K value IS 0.19

RGB Variations

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

Color information

#CF6E47 (or 0xCF6E47) is known color: Red Damask. HEX triplet: CF, 6E and 47. RGB value is (207,110,71). Sum of RGB (Red+Green+Blue) = 207+110+71=388 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.35% from 388); Green value is 110 (43.36% from 255 or 28.35% from 388); Blue value is 71 (28.12% from 255 or 18.30% from 388); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6E47 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF6E47 is #3091B8. Grayscale: #868686. Windows color (decimal): -3183033 or 4681423. OLE color: 4681423.

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

Color convert

RGB 207 110 71 -
CMYK 0 0.47 0.66 0.19
HSL 17.21º 0.59% 0.55% -
HSV(B) 17.21º 0.66% 0.81% -
XYZ 32.45 24.87 9.05 -
YUV 134.56 92.14 179.67 -
System Red Green Blue C M Y K H S L
Decimal 207 110 71 0 0.47 0.66 0.19 17.21 0.59 0.55
Hex CF 6E 47 0 2F 42 13 11 3B 37
Octal 317 156 107 0 57 102 23 21 73 67
Binary 11001111 1101110 1000111 0 101111 1000010 10011 10001 111011 110111

Color Harmonies of #CF6E47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6E47

Black with #CF6E47

Text Example


Text Example

White with #CF6E47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6E47; }

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

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

background-color css

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

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

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

border-color css

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

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

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