Html Css Color HEX #C8714D Red Damask

📋 copy color: '#C8714D'

red 200 ◦ green 113 ◦ blue 77

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

Shades of Red Damask #C8714D

Tints of Red Damask #C8714D

RGB

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

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

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

R = 51.28%
G = 28.97%
B = 19.74%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.62

 K value IS 0.22

RGB Variations

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

Color information

#C8714D (or 0xC8714D) is known color: Red Damask. HEX triplet: C8, 71 and 4D. RGB value is (200,113,77). Sum of RGB (Red+Green+Blue) = 200+113+77=390 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.28% from 390); Green value is 113 (44.53% from 255 or 28.97% from 390); Blue value is 77 (30.47% from 255 or 19.74% from 390); Max value from RGB is 200 - color contains mainly: red. Hex color #C8714D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8714D is #378EB2. Grayscale: #878787. Windows color (decimal): -3641011 or 5075400. OLE color: 5075400.

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

Color convert

RGB 200 113 77 -
CMYK 0 0.44 0.62 0.22
HSL 17.56º 0.53% 0.54% -
HSV(B) 17.56º 0.62% 0.78% -
XYZ 31.06 24.63 10.14 -
YUV 134.91 95.32 174.43 -
System Red Green Blue C M Y K H S L
Decimal 200 113 77 0 0.44 0.62 0.22 17.56 0.53 0.54
Hex C8 71 4D 0 2C 3E 16 12 35 36
Octal 310 161 115 0 54 76 26 22 65 66
Binary 11001000 1110001 1001101 0 101100 111110 10110 10010 110101 110110

Color Harmonies of #C8714D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8714D

Black with #C8714D

Text Example


Text Example

White with #C8714D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8714D; }

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

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

background-color css

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

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

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

border-color css

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

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

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