Html Css Color HEX #CF6D47 Red Damask

📋 copy color: '#CF6D47'

red 207 ◦ green 109 ◦ blue 71

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

Shades of Red Damask #CF6D47

Tints of Red Damask #CF6D47

RGB

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

 GREEN value IS 109 (42.97% from 255) = 28.17%

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

R = 53.49%
G = 28.17%
B = 18.35%

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

#CF6D47 (or 0xCF6D47) is known color: Red Damask. HEX triplet: CF, 6D and 47. RGB value is (207,109,71). Sum of RGB (Red+Green+Blue) = 207+109+71=387 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.49% from 387); Green value is 109 (42.97% from 255 or 28.17% from 387); Blue value is 71 (28.12% from 255 or 18.35% from 387); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6D47 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF6D47 is #3092B8. Grayscale: #868686. Windows color (decimal): -3183289 or 4681167. OLE color: 4681167.

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

Color convert

RGB 207 109 71 -
CMYK 0 0.47 0.66 0.19
HSL 16.76º 0.59% 0.55% -
HSV(B) 16.76º 0.66% 0.81% -
XYZ 32.34 24.66 9.02 -
YUV 133.97 92.47 180.09 -
System Red Green Blue C M Y K H S L
Decimal 207 109 71 0 0.47 0.66 0.19 16.76 0.59 0.55
Hex CF 6D 47 0 2F 42 13 11 3B 37
Octal 317 155 107 0 57 102 23 21 73 67
Binary 11001111 1101101 1000111 0 101111 1000010 10011 10001 111011 110111

Color Harmonies of #CF6D47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6D47

Black with #CF6D47

Text Example


Text Example

White with #CF6D47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6D47; }

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

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

background-color css

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

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

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

border-color css

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

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

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