Html Css Color HEX #CE6D46 Red Damask

📋 copy color: '#CE6D46'

red 206 ◦ green 109 ◦ blue 70

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

Shades of Red Damask #CE6D46

Tints of Red Damask #CE6D46

RGB

 RED value IS 206 (80.86% from 255) = 53.51%

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

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

R = 53.51%
G = 28.31%
B = 18.18%

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

#CE6D46 (or 0xCE6D46) is known color: Red Damask. HEX triplet: CE, 6D and 46. RGB value is (206,109,70). Sum of RGB (Red+Green+Blue) = 206+109+70=385 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.51% from 385); Green value is 109 (42.97% from 255 or 28.31% from 385); Blue value is 70 (27.73% from 255 or 18.18% from 385); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6D46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE6D46 is #3192B9. Grayscale: #858585. Windows color (decimal): -3248826 or 4615630. OLE color: 4615630.

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

Color convert

RGB 206 109 70 -
CMYK 0 0.47 0.66 0.19
HSL 17.21º 0.58% 0.54% -
HSV(B) 17.21º 0.66% 0.81% -
XYZ 32.03 24.5 8.84 -
YUV 133.56 92.14 179.67 -
System Red Green Blue C M Y K H S L
Decimal 206 109 70 0 0.47 0.66 0.19 17.21 0.58 0.54
Hex CE 6D 46 0 2F 42 13 11 3A 36
Octal 316 155 106 0 57 102 23 21 72 66
Binary 11001110 1101101 1000110 0 101111 1000010 10011 10001 111010 110110

Color Harmonies of #CE6D46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6D46

Black with #CE6D46

Text Example


Text Example

White with #CE6D46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6D46; }

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

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

background-color css

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

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

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

border-color css

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

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

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