Html Css Color HEX #C8734C Red Damask

📋 copy color: '#C8734C'

red 200 ◦ green 115 ◦ blue 76

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

Shades of Red Damask #C8734C

Tints of Red Damask #C8734C

RGB

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

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

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

R = 51.15%
G = 29.41%
B = 19.44%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.62

 K value IS 0.22

RGB Variations

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

Color information

#C8734C (or 0xC8734C) is known color: Red Damask. HEX triplet: C8, 73 and 4C. RGB value is (200,115,76). Sum of RGB (Red+Green+Blue) = 200+115+76=391 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.15% from 391); Green value is 115 (45.31% from 255 or 29.41% from 391); Blue value is 76 (30.08% from 255 or 19.44% from 391); Max value from RGB is 200 - color contains mainly: red. Hex color #C8734C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C8734C is #378CB3. Grayscale: #888888. Windows color (decimal): -3640500 or 5010376. OLE color: 5010376.

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

Color convert

RGB 200 115 76 -
CMYK 0 0.42 0.62 0.22
HSL 18.87º 0.53% 0.54% -
HSV(B) 18.87º 0.62% 0.78% -
XYZ 31.25 25.06 10.03 -
YUV 135.97 94.16 173.67 -
System Red Green Blue C M Y K H S L
Decimal 200 115 76 0 0.42 0.62 0.22 18.87 0.53 0.54
Hex C8 73 4C 0 2A 3E 16 13 35 36
Octal 310 163 114 0 52 76 26 23 65 66
Binary 11001000 1110011 1001100 0 101010 111110 10110 10011 110101 110110

Color Harmonies of #C8734C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8734C

Black with #C8734C

Text Example


Text Example

White with #C8734C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8734C; }

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

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

background-color css

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

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

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

border-color css

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

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

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