Html Css Color HEX #CE7044 Red Damask

📋 copy color: '#CE7044'

red 206 ◦ green 112 ◦ blue 68

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

Shades of Red Damask #CE7044

Tints of Red Damask #CE7044

RGB

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

 GREEN value IS 112 (44.14% from 255) = 29.02%

 BLUE value IS 68 (26.95% from 255) = 17.62%

R = 53.37%
G = 29.02%
B = 17.62%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.67

 K value IS 0.19

RGB Variations

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

Color information

#CE7044 (or 0xCE7044) is known color: Red Damask. HEX triplet: CE, 70 and 44. RGB value is (206,112,68). Sum of RGB (Red+Green+Blue) = 206+112+68=386 (51% of max value = 765). Red value is 206 (80.86% from 255 or 53.37% from 386); Green value is 112 (44.14% from 255 or 29.02% from 386); Blue value is 68 (26.95% from 255 or 17.62% from 386); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7044 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE7044 is #318FBB. Grayscale: #878787. Windows color (decimal): -3248060 or 4485326. OLE color: 4485326.

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

Color convert

RGB 206 112 68 -
CMYK 0 0.46 0.67 0.19
HSL 19.13º 0.58% 0.54% -
HSV(B) 19.13º 0.67% 0.81% -
XYZ 32.29 25.13 8.62 -
YUV 135.09 90.14 178.58 -
System Red Green Blue C M Y K H S L
Decimal 206 112 68 0 0.46 0.67 0.19 19.13 0.58 0.54
Hex CE 70 44 0 2E 43 13 13 3A 36
Octal 316 160 104 0 56 103 23 23 72 66
Binary 11001110 1110000 1000100 0 101110 1000011 10011 10011 111010 110110

Color Harmonies of #CE7044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7044

Black with #CE7044

Text Example


Text Example

White with #CE7044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7044; }

 p { color: rgb(206,112,68); }

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

background-color css

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

 a { background-color: rgb(206,112,68); }

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

border-color css

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

 span { border-color: rgb(206,112,68); }

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