Html Css Color HEX #CF6F47 Red Damask

📋 copy color: '#CF6F47'

red 207 ◦ green 111 ◦ blue 71

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

Shades of Red Damask #CF6F47

Tints of Red Damask #CF6F47

RGB

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

 GREEN value IS 111 (43.75% from 255) = 28.53%

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

R = 53.21%
G = 28.53%
B = 18.25%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.66

 K value IS 0.19

RGB Variations

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

Color information

#CF6F47 (or 0xCF6F47) is known color: Red Damask. HEX triplet: CF, 6F and 47. RGB value is (207,111,71). Sum of RGB (Red+Green+Blue) = 207+111+71=389 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.21% from 389); Green value is 111 (43.75% from 255 or 28.53% from 389); Blue value is 71 (28.12% from 255 or 18.25% from 389); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6F47 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF6F47 is #3090B8. Grayscale: #878787. Windows color (decimal): -3182777 or 4681679. OLE color: 4681679.

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

Color convert

RGB 207 111 71 -
CMYK 0 0.46 0.66 0.19
HSL 17.65º 0.59% 0.55% -
HSV(B) 17.65º 0.66% 0.81% -
XYZ 32.55 25.09 9.09 -
YUV 135.14 91.8 179.25 -
System Red Green Blue C M Y K H S L
Decimal 207 111 71 0 0.46 0.66 0.19 17.65 0.59 0.55
Hex CF 6F 47 0 2E 42 13 12 3B 37
Octal 317 157 107 0 56 102 23 22 73 67
Binary 11001111 1101111 1000111 0 101110 1000010 10011 10010 111011 110111

Color Harmonies of #CF6F47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6F47

Black with #CF6F47

Text Example


Text Example

White with #CF6F47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6F47; }

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

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

background-color css

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

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

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

border-color css

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

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

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