Html Css Color HEX #CE6C46 Red Damask

📋 copy color: '#CE6C46'

red 206 ◦ green 108 ◦ blue 70

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

Shades of Red Damask #CE6C46

Tints of Red Damask #CE6C46

RGB

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

 GREEN value IS 108 (42.58% from 255) = 28.13%

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

R = 53.65%
G = 28.13%
B = 18.23%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.66

 K value IS 0.19

RGB Variations

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

Color information

#CE6C46 (or 0xCE6C46) is known color: Red Damask. HEX triplet: CE, 6C and 46. RGB value is (206,108,70). Sum of RGB (Red+Green+Blue) = 206+108+70=384 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.65% from 384); Green value is 108 (42.58% from 255 or 28.12% from 384); Blue value is 70 (27.73% from 255 or 18.23% from 384); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6C46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE6C46 is #3193B9. Grayscale: #858585. Windows color (decimal): -3249082 or 4615374. OLE color: 4615374.

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

Color convert

RGB 206 108 70 -
CMYK 0 0.48 0.66 0.19
HSL 16.76º 0.58% 0.54% -
HSV(B) 16.76º 0.66% 0.81% -
XYZ 31.92 24.29 8.8 -
YUV 132.97 92.47 180.09 -
System Red Green Blue C M Y K H S L
Decimal 206 108 70 0 0.48 0.66 0.19 16.76 0.58 0.54
Hex CE 6C 46 0 30 42 13 11 3A 36
Octal 316 154 106 0 60 102 23 21 72 66
Binary 11001110 1101100 1000110 0 110000 1000010 10011 10001 111010 110110

Color Harmonies of #CE6C46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6C46

Black with #CE6C46

Text Example


Text Example

White with #CE6C46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6C46; }

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

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

background-color css

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

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

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

border-color css

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

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

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