Html Css Color HEX #C8714C Red Damask

📋 copy color: '#C8714C'

red 200 ◦ green 113 ◦ blue 76

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

Shades of Red Damask #C8714C

Tints of Red Damask #C8714C

RGB

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

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

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

R = 51.41%
G = 29.05%
B = 19.54%

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

#C8714C (or 0xC8714C) is known color: Red Damask. HEX triplet: C8, 71 and 4C. RGB value is (200,113,76). Sum of RGB (Red+Green+Blue) = 200+113+76=389 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.41% from 389); Green value is 113 (44.53% from 255 or 29.05% from 389); Blue value is 76 (30.08% from 255 or 19.54% from 389); Max value from RGB is 200 - color contains mainly: red. Hex color #C8714C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C8714C is #378EB3. Grayscale: #878787. Windows color (decimal): -3641012 or 5009864. OLE color: 5009864.

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

Color convert

RGB 200 113 76 -
CMYK 0 0.44 0.62 0.22
HSL 17.9º 0.53% 0.54% -
HSV(B) 17.9º 0.62% 0.78% -
XYZ 31.03 24.61 9.95 -
YUV 134.8 94.82 174.51 -
System Red Green Blue C M Y K H S L
Decimal 200 113 76 0 0.44 0.62 0.22 17.9 0.53 0.54
Hex C8 71 4C 0 2C 3E 16 12 35 36
Octal 310 161 114 0 54 76 26 22 65 66
Binary 11001000 1110001 1001100 0 101100 111110 10110 10010 110101 110110

Color Harmonies of #C8714C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8714C

Black with #C8714C

Text Example


Text Example

White with #C8714C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8714C; }

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

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

background-color css

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

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

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

border-color css

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

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

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