Html Css Color HEX #CE744C Red Damask

📋 copy color: '#CE744C'

red 206 ◦ green 116 ◦ blue 76

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

Shades of Red Damask #CE744C

Tints of Red Damask #CE744C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 19.1%

R = 51.76%
G = 29.15%
B = 19.1%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.63

 K value IS 0.19

RGB Variations

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

Color information

#CE744C (or 0xCE744C) is known color: Red Damask. HEX triplet: CE, 74 and 4C. RGB value is (206,116,76). Sum of RGB (Red+Green+Blue) = 206+116+76=398 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.76% from 398); Green value is 116 (45.70% from 255 or 29.15% from 398); Blue value is 76 (30.08% from 255 or 19.10% from 398); Max value from RGB is 206 - color contains mainly: red. Hex color #CE744C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE744C is #318BB3. Grayscale: #8A8A8A. Windows color (decimal): -3247028 or 5010638. OLE color: 5010638.

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

Color convert

RGB 206 116 76 -
CMYK 0 0.44 0.63 0.19
HSL 18.46º 0.57% 0.55% -
HSV(B) 18.46º 0.63% 0.81% -
XYZ 33 26.13 10.14 -
YUV 138.35 92.82 176.25 -
System Red Green Blue C M Y K H S L
Decimal 206 116 76 0 0.44 0.63 0.19 18.46 0.57 0.55
Hex CE 74 4C 0 2C 3F 13 12 39 37
Octal 316 164 114 0 54 77 23 22 71 67
Binary 11001110 1110100 1001100 0 101100 111111 10011 10010 111001 110111

Color Harmonies of #CE744C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE744C

Black with #CE744C

Text Example


Text Example

White with #CE744C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE744C; }

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

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

background-color css

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

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

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

border-color css

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

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

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