Html Css Color HEX #CF6E46 Red Damask

📋 copy color: '#CF6E46'

red 207 ◦ green 110 ◦ blue 70

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

Shades of Red Damask #CF6E46

Tints of Red Damask #CF6E46

RGB

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

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

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

R = 53.49%
G = 28.42%
B = 18.09%

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

#CF6E46 (or 0xCF6E46) is known color: Red Damask. HEX triplet: CF, 6E and 46. RGB value is (207,110,70). Sum of RGB (Red+Green+Blue) = 207+110+70=387 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.49% from 387); Green value is 110 (43.36% from 255 or 28.42% from 387); Blue value is 70 (27.73% from 255 or 18.09% from 387); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6E46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF6E46 is #3091B9. Grayscale: #868686. Windows color (decimal): -3183034 or 4615887. OLE color: 4615887.

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

Color convert

RGB 207 110 70 -
CMYK 0 0.47 0.66 0.19
HSL 17.52º 0.59% 0.54% -
HSV(B) 17.52º 0.66% 0.81% -
XYZ 32.41 24.86 8.88 -
YUV 134.44 91.64 179.75 -
System Red Green Blue C M Y K H S L
Decimal 207 110 70 0 0.47 0.66 0.19 17.52 0.59 0.54
Hex CF 6E 46 0 2F 42 13 12 3B 36
Octal 317 156 106 0 57 102 23 22 73 66
Binary 11001111 1101110 1000110 0 101111 1000010 10011 10010 111011 110110

Color Harmonies of #CF6E46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6E46

Black with #CF6E46

Text Example


Text Example

White with #CF6E46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6E46; }

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

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

background-color css

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

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

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

border-color css

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

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

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