Html Css Color HEX #C8744D Red Damask

📋 copy color: '#C8744D'

red 200 ◦ green 116 ◦ blue 77

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

Shades of Red Damask #C8744D

Tints of Red Damask #C8744D

RGB

 RED value IS 200 (78.52% from 255) = 50.89%

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

 BLUE value IS 77 (30.47% from 255) = 19.59%

R = 50.89%
G = 29.52%
B = 19.59%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.62

 K value IS 0.22

RGB Variations

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

Color information

#C8744D (or 0xC8744D) is known color: Red Damask. HEX triplet: C8, 74 and 4D. RGB value is (200,116,77). Sum of RGB (Red+Green+Blue) = 200+116+77=393 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.89% from 393); Green value is 116 (45.70% from 255 or 29.52% from 393); Blue value is 77 (30.47% from 255 or 19.59% from 393); Max value from RGB is 200 - color contains mainly: red. Hex color #C8744D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8744D is #378BB2. Grayscale: #888888. Windows color (decimal): -3640243 or 5076168. OLE color: 5076168.

HSL color Cylindrical-coordinate representation of color #C8744D: hue angle of 19.02º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C8744D is Cyan = 0, Magento = 0.42, Yellow = 0.62 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 116 77 -
CMYK 0 0.42 0.62 0.22
HSL 19.02º 0.53% 0.54% -
HSV(B) 19.02º 0.62% 0.78% -
XYZ 31.4 25.31 10.25 -
YUV 136.67 94.33 173.17 -
System Red Green Blue C M Y K H S L
Decimal 200 116 77 0 0.42 0.62 0.22 19.02 0.53 0.54
Hex C8 74 4D 0 2A 3E 16 13 35 36
Octal 310 164 115 0 52 76 26 23 65 66
Binary 11001000 1110100 1001101 0 101010 111110 10110 10011 110101 110110

Color Harmonies of #C8744D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8744D

Black with #C8744D

Text Example


Text Example

White with #C8744D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8744D; }

 p { color: rgb(200,116,77); }

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

background-color css

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

 a { background-color: rgb(200,116,77); }

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

border-color css

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

 span { border-color: rgb(200,116,77); }

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