Html Css Color HEX #CE7549 Red Damask

📋 copy color: '#CE7549'

red 206 ◦ green 117 ◦ blue 73

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

Shades of Red Damask #CE7549

Tints of Red Damask #CE7549

RGB

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

 GREEN value IS 117 (46.09% from 255) = 29.55%

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

R = 52.02%
G = 29.55%
B = 18.43%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.65

 K value IS 0.19

RGB Variations

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

Color information

#CE7549 (or 0xCE7549) is known color: Red Damask. HEX triplet: CE, 75 and 49. RGB value is (206,117,73). Sum of RGB (Red+Green+Blue) = 206+117+73=396 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.02% from 396); Green value is 117 (46.09% from 255 or 29.55% from 396); Blue value is 73 (28.91% from 255 or 18.43% from 396); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7549 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE7549 is #318AB6. Grayscale: #8A8A8A. Windows color (decimal): -3246775 or 4814286. OLE color: 4814286.

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

Color convert

RGB 206 117 73 -
CMYK 0 0.43 0.65 0.19
HSL 19.85º 0.58% 0.55% -
HSV(B) 19.85º 0.65% 0.81% -
XYZ 33.02 26.33 9.64 -
YUV 138.6 90.99 176.08 -
System Red Green Blue C M Y K H S L
Decimal 206 117 73 0 0.43 0.65 0.19 19.85 0.58 0.55
Hex CE 75 49 0 2B 41 13 14 3A 37
Octal 316 165 111 0 53 101 23 24 72 67
Binary 11001110 1110101 1001001 0 101011 1000001 10011 10100 111010 110111

Color Harmonies of #CE7549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7549

Black with #CE7549

Text Example


Text Example

White with #CE7549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7549; }

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

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

background-color css

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

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

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

border-color css

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

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

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