Html Css Color HEX #CF6D46 Red Damask

📋 copy color: '#CF6D46'

red 207 ◦ green 109 ◦ blue 70

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

Shades of Red Damask #CF6D46

Tints of Red Damask #CF6D46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 18.13%

R = 53.63%
G = 28.24%
B = 18.13%

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

#CF6D46 (or 0xCF6D46) is known color: Red Damask. HEX triplet: CF, 6D and 46. RGB value is (207,109,70). Sum of RGB (Red+Green+Blue) = 207+109+70=386 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.63% from 386); Green value is 109 (42.97% from 255 or 28.24% from 386); Blue value is 70 (27.73% from 255 or 18.13% from 386); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6D46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF6D46 is #3092B9. Grayscale: #868686. Windows color (decimal): -3183290 or 4615631. OLE color: 4615631.

HSL color Cylindrical-coordinate representation of color #CF6D46: hue angle of 17.08º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CF6D46 is Cyan = 0, Magento = 0.47, Yellow = 0.66 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 109 70 -
CMYK 0 0.47 0.66 0.19
HSL 17.08º 0.59% 0.54% -
HSV(B) 17.08º 0.66% 0.81% -
XYZ 32.31 24.64 8.85 -
YUV 133.86 91.97 180.17 -
System Red Green Blue C M Y K H S L
Decimal 207 109 70 0 0.47 0.66 0.19 17.08 0.59 0.54
Hex CF 6D 46 0 2F 42 13 11 3B 36
Octal 317 155 106 0 57 102 23 21 73 66
Binary 11001111 1101101 1000110 0 101111 1000010 10011 10001 111011 110110

Color Harmonies of #CF6D46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6D46

Black with #CF6D46

Text Example


Text Example

White with #CF6D46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6D46; }

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

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

background-color css

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

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

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

border-color css

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

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

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