Html Css Color HEX #CE6E49 Red Damask

📋 copy color: '#CE6E49'

red 206 ◦ green 110 ◦ blue 73

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

Shades of Red Damask #CE6E49

Tints of Red Damask #CE6E49

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 18.77%

R = 52.96%
G = 28.28%
B = 18.77%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.65

 K value IS 0.19

RGB Variations

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

Color information

#CE6E49 (or 0xCE6E49) is known color: Red Damask. HEX triplet: CE, 6E and 49. RGB value is (206,110,73). Sum of RGB (Red+Green+Blue) = 206+110+73=389 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.96% from 389); Green value is 110 (43.36% from 255 or 28.28% from 389); Blue value is 73 (28.91% from 255 or 18.77% from 389); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6E49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE6E49 is #3191B6. Grayscale: #868686. Windows color (decimal): -3248567 or 4812494. OLE color: 4812494.

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

Color convert

RGB 206 110 73 -
CMYK 0 0.47 0.65 0.19
HSL 16.69º 0.58% 0.55% -
HSV(B) 16.69º 0.65% 0.81% -
XYZ 32.23 24.75 9.38 -
YUV 134.49 93.3 179.01 -
System Red Green Blue C M Y K H S L
Decimal 206 110 73 0 0.47 0.65 0.19 16.69 0.58 0.55
Hex CE 6E 49 0 2F 41 13 11 3A 37
Octal 316 156 111 0 57 101 23 21 72 67
Binary 11001110 1101110 1001001 0 101111 1000001 10011 10001 111010 110111

Color Harmonies of #CE6E49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6E49

Black with #CE6E49

Text Example


Text Example

White with #CE6E49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6E49; }

 p { color: rgb(206,110,73); }

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

background-color css

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

 a { background-color: rgb(206,110,73); }

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

border-color css

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

 span { border-color: rgb(206,110,73); }

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