Html Css Color HEX #CE7144 Red Damask

📋 copy color: '#CE7144'

red 206 ◦ green 113 ◦ blue 68

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

Shades of Red Damask #CE7144

Tints of Red Damask #CE7144

RGB

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

 GREEN value IS 113 (44.53% from 255) = 29.2%

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

R = 53.23%
G = 29.2%
B = 17.57%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.67

 K value IS 0.19

RGB Variations

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

Color information

#CE7144 (or 0xCE7144) is known color: Red Damask. HEX triplet: CE, 71 and 44. RGB value is (206,113,68). Sum of RGB (Red+Green+Blue) = 206+113+68=387 (51% of max value = 765). Red value is 206 (80.86% from 255 or 53.23% from 387); Green value is 113 (44.53% from 255 or 29.20% from 387); Blue value is 68 (26.95% from 255 or 17.57% from 387); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7144 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE7144 is #318EBB. Grayscale: #878787. Windows color (decimal): -3247804 or 4485582. OLE color: 4485582.

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

Color convert

RGB 206 113 68 -
CMYK 0 0.45 0.67 0.19
HSL 19.57º 0.58% 0.54% -
HSV(B) 19.57º 0.67% 0.81% -
XYZ 32.4 25.35 8.65 -
YUV 135.68 89.81 178.16 -
System Red Green Blue C M Y K H S L
Decimal 206 113 68 0 0.45 0.67 0.19 19.57 0.58 0.54
Hex CE 71 44 0 2D 43 13 14 3A 36
Octal 316 161 104 0 55 103 23 24 72 66
Binary 11001110 1110001 1000100 0 101101 1000011 10011 10100 111010 110110

Color Harmonies of #CE7144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7144

Black with #CE7144

Text Example


Text Example

White with #CE7144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7144; }

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

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

background-color css

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

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

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

border-color css

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

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

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