Html Css Color HEX #C8704F Red Damask

📋 copy color: '#C8704F'

red 200 ◦ green 112 ◦ blue 79

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

Shades of Red Damask #C8704F

Tints of Red Damask #C8704F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 20.2%

R = 51.15%
G = 28.64%
B = 20.2%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.60

 K value IS 0.22

RGB Variations

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

Color information

#C8704F (or 0xC8704F) is known color: Red Damask. HEX triplet: C8, 70 and 4F. RGB value is (200,112,79). Sum of RGB (Red+Green+Blue) = 200+112+79=391 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.15% from 391); Green value is 112 (44.14% from 255 or 28.64% from 391); Blue value is 79 (31.25% from 255 or 20.20% from 391); Max value from RGB is 200 - color contains mainly: red. Hex color #C8704F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8704F is #378FB0. Grayscale: #868686. Windows color (decimal): -3641265 or 5206216. OLE color: 5206216.

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

Color convert

RGB 200 112 79 -
CMYK 0 0.44 0.60 0.22
HSL 16.36º 0.52% 0.55% -
HSV(B) 16.36º 0.61% 0.78% -
XYZ 31.02 24.43 10.48 -
YUV 134.55 96.65 174.68 -
System Red Green Blue C M Y K H S L
Decimal 200 112 79 0 0.44 0.60 0.22 16.36 0.52 0.55
Hex C8 70 4F 0 2C 3C 16 10 34 37
Octal 310 160 117 0 54 74 26 20 64 67
Binary 11001000 1110000 1001111 0 101100 111100 10110 10000 110100 110111

Color Harmonies of #C8704F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8704F

Black with #C8704F

Text Example


Text Example

White with #C8704F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8704F; }

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

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

background-color css

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

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

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

border-color css

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

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

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