Html Css Color HEX #CE744E Red Damask

📋 copy color: '#CE744E'

red 206 ◦ green 116 ◦ blue 78

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

Shades of Red Damask #CE744E

Tints of Red Damask #CE744E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 19.5%

R = 51.5%
G = 29%
B = 19.5%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.62

 K value IS 0.19

RGB Variations

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

Color information

#CE744E (or 0xCE744E) is known color: Red Damask. HEX triplet: CE, 74 and 4E. RGB value is (206,116,78). Sum of RGB (Red+Green+Blue) = 206+116+78=400 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.5% from 400); Green value is 116 (45.70% from 255 or 29% from 400); Blue value is 78 (30.86% from 255 or 19.5% from 400); Max value from RGB is 206 - color contains mainly: red. Hex color #CE744E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE744E is #318BB1. Grayscale: #8A8A8A. Windows color (decimal): -3247026 or 5141710. OLE color: 5141710.

HSL color Cylindrical-coordinate representation of color #CE744E: hue angle of 17.81º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CE744E is Cyan = 0, Magento = 0.44, Yellow = 0.62 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 116 78 -
CMYK 0 0.44 0.62 0.19
HSL 17.81º 0.57% 0.56% -
HSV(B) 17.81º 0.62% 0.81% -
XYZ 33.07 26.16 10.51 -
YUV 138.58 93.82 176.09 -
System Red Green Blue C M Y K H S L
Decimal 206 116 78 0 0.44 0.62 0.19 17.81 0.57 0.56
Hex CE 74 4E 0 2C 3E 13 12 39 38
Octal 316 164 116 0 54 76 23 22 71 70
Binary 11001110 1110100 1001110 0 101100 111110 10011 10010 111001 111000

Color Harmonies of #CE744E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE744E

Black with #CE744E

Text Example


Text Example

White with #CE744E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE744E; }

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

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

background-color css

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

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

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

border-color css

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

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

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