Html Css Color HEX #C8704E Red Damask

📋 copy color: '#C8704E'

red 200 ◦ green 112 ◦ blue 78

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

Shades of Red Damask #C8704E

Tints of Red Damask #C8704E

RGB

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

 GREEN value IS 112 (44.14% from 255) = 28.72%

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

R = 51.28%
G = 28.72%
B = 20%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.61

 K value IS 0.22

RGB Variations

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

Color information

#C8704E (or 0xC8704E) is known color: Red Damask. HEX triplet: C8, 70 and 4E. RGB value is (200,112,78). Sum of RGB (Red+Green+Blue) = 200+112+78=390 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.28% from 390); Green value is 112 (44.14% from 255 or 28.72% from 390); Blue value is 78 (30.86% from 255 or 20% from 390); Max value from RGB is 200 - color contains mainly: red. Hex color #C8704E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8704E is #378FB1. Grayscale: #868686. Windows color (decimal): -3641266 or 5140680. OLE color: 5140680.

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

Color convert

RGB 200 112 78 -
CMYK 0 0.44 0.61 0.22
HSL 16.72º 0.53% 0.55% -
HSV(B) 16.72º 0.61% 0.78% -
XYZ 30.99 24.42 10.29 -
YUV 134.44 96.15 174.76 -
System Red Green Blue C M Y K H S L
Decimal 200 112 78 0 0.44 0.61 0.22 16.72 0.53 0.55
Hex C8 70 4E 0 2C 3D 16 11 35 37
Octal 310 160 116 0 54 75 26 21 65 67
Binary 11001000 1110000 1001110 0 101100 111101 10110 10001 110101 110111

Color Harmonies of #C8704E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8704E

Black with #C8704E

Text Example


Text Example

White with #C8704E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8704E; }

 p { color: rgb(200,112,78); }

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

background-color css

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

 a { background-color: rgb(200,112,78); }

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

border-color css

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

 span { border-color: rgb(200,112,78); }

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