Html Css Color HEX #CE6949 Red Damask

📋 copy color: '#CE6949'

red 206 ◦ green 105 ◦ blue 73

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

Shades of Red Damask #CE6949

Tints of Red Damask #CE6949

RGB

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

 GREEN value IS 105 (41.41% from 255) = 27.34%

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

R = 53.65%
G = 27.34%
B = 19.01%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.65

 K value IS 0.19

RGB Variations

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

Color information

#CE6949 (or 0xCE6949) is known color: Red Damask. HEX triplet: CE, 69 and 49. RGB value is (206,105,73). Sum of RGB (Red+Green+Blue) = 206+105+73=384 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.65% from 384); Green value is 105 (41.41% from 255 or 27.34% from 384); Blue value is 73 (28.91% from 255 or 19.01% from 384); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6949 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE6949 is #3196B6. Grayscale: #838383. Windows color (decimal): -3249847 or 4811214. OLE color: 4811214.

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

Color convert

RGB 206 105 73 -
CMYK 0 0.49 0.65 0.19
HSL 14.44º 0.58% 0.55% -
HSV(B) 14.44º 0.65% 0.81% -
XYZ 31.71 23.71 9.21 -
YUV 131.55 94.96 181.1 -
System Red Green Blue C M Y K H S L
Decimal 206 105 73 0 0.49 0.65 0.19 14.44 0.58 0.55
Hex CE 69 49 0 31 41 13 E 3A 37
Octal 316 151 111 0 61 101 23 16 72 67
Binary 11001110 1101001 1001001 0 110001 1000001 10011 1110 111010 110111

Color Harmonies of #CE6949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6949

Black with #CE6949

Text Example


Text Example

White with #CE6949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6949; }

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

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

background-color css

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

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

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

border-color css

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

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

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