Html Css Color HEX #CE7445 Red Damask

📋 copy color: '#CE7445'

red 206 ◦ green 116 ◦ blue 69

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

Shades of Red Damask #CE7445

Tints of Red Damask #CE7445

RGB

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

 GREEN value IS 116 (45.7% from 255) = 29.67%

 BLUE value IS 69 (27.34% from 255) = 17.65%

R = 52.69%
G = 29.67%
B = 17.65%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.67

 K value IS 0.19

RGB Variations

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

Color information

#CE7445 (or 0xCE7445) is known color: Red Damask. HEX triplet: CE, 74 and 45. RGB value is (206,116,69). Sum of RGB (Red+Green+Blue) = 206+116+69=391 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.69% from 391); Green value is 116 (45.70% from 255 or 29.67% from 391); Blue value is 69 (27.34% from 255 or 17.65% from 391); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7445 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE7445 is #318BBA. Grayscale: #898989. Windows color (decimal): -3247035 or 4551886. OLE color: 4551886.

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

Color convert

RGB 206 116 69 -
CMYK 0 0.44 0.67 0.19
HSL 20.58º 0.58% 0.54% -
HSV(B) 20.58º 0.67% 0.81% -
XYZ 32.77 26.04 8.93 -
YUV 137.55 89.32 176.82 -
System Red Green Blue C M Y K H S L
Decimal 206 116 69 0 0.44 0.67 0.19 20.58 0.58 0.54
Hex CE 74 45 0 2C 43 13 15 3A 36
Octal 316 164 105 0 54 103 23 25 72 66
Binary 11001110 1110100 1000101 0 101100 1000011 10011 10101 111010 110110

Color Harmonies of #CE7445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7445

Black with #CE7445

Text Example


Text Example

White with #CE7445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7445; }

 p { color: rgb(206,116,69); }

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

background-color css

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

 a { background-color: rgb(206,116,69); }

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

border-color css

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

 span { border-color: rgb(206,116,69); }

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