Html Css Color HEX #C8734E Red Damask

📋 copy color: '#C8734E'

red 200 ◦ green 115 ◦ blue 78

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

Shades of Red Damask #C8734E

Tints of Red Damask #C8734E

RGB

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

 GREEN value IS 115 (45.31% from 255) = 29.26%

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

R = 50.89%
G = 29.26%
B = 19.85%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.61

 K value IS 0.22

RGB Variations

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

Color information

#C8734E (or 0xC8734E) is known color: Red Damask. HEX triplet: C8, 73 and 4E. RGB value is (200,115,78). Sum of RGB (Red+Green+Blue) = 200+115+78=393 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.89% from 393); Green value is 115 (45.31% from 255 or 29.26% from 393); Blue value is 78 (30.86% from 255 or 19.85% from 393); Max value from RGB is 200 - color contains mainly: red. Hex color #C8734E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8734E is #378CB1. Grayscale: #888888. Windows color (decimal): -3640498 or 5141448. OLE color: 5141448.

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

Color convert

RGB 200 115 78 -
CMYK 0 0.42 0.61 0.22
HSL 18.2º 0.53% 0.55% -
HSV(B) 18.2º 0.61% 0.78% -
XYZ 31.33 25.09 10.4 -
YUV 136.2 95.16 173.51 -
System Red Green Blue C M Y K H S L
Decimal 200 115 78 0 0.42 0.61 0.22 18.2 0.53 0.55
Hex C8 73 4E 0 2A 3D 16 12 35 37
Octal 310 163 116 0 52 75 26 22 65 67
Binary 11001000 1110011 1001110 0 101010 111101 10110 10010 110101 110111

Color Harmonies of #C8734E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8734E

Black with #C8734E

Text Example


Text Example

White with #C8734E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8734E; }

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

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

background-color css

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

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

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

border-color css

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

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

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