Html Css Color HEX #C8764C Red Damask

📋 copy color: '#C8764C'

red 200 ◦ green 118 ◦ blue 76

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

Shades of Red Damask #C8764C

Tints of Red Damask #C8764C

RGB

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

 GREEN value IS 118 (46.48% from 255) = 29.95%

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

R = 50.76%
G = 29.95%
B = 19.29%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.62

 K value IS 0.22

RGB Variations

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

Color information

#C8764C (or 0xC8764C) is known color: Red Damask. HEX triplet: C8, 76 and 4C. RGB value is (200,118,76). Sum of RGB (Red+Green+Blue) = 200+118+76=394 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.76% from 394); Green value is 118 (46.48% from 255 or 29.95% from 394); Blue value is 76 (30.08% from 255 or 19.29% from 394); Max value from RGB is 200 - color contains mainly: red. Hex color #C8764C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C8764C is #3789B3. Grayscale: #898989. Windows color (decimal): -3639732 or 5011144. OLE color: 5011144.

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

Color convert

RGB 200 118 76 -
CMYK 0 0.41 0.62 0.22
HSL 20.32º 0.53% 0.54% -
HSV(B) 20.32º 0.62% 0.78% -
XYZ 31.6 25.76 10.14 -
YUV 137.73 93.17 172.42 -
System Red Green Blue C M Y K H S L
Decimal 200 118 76 0 0.41 0.62 0.22 20.32 0.53 0.54
Hex C8 76 4C 0 29 3E 16 14 35 36
Octal 310 166 114 0 51 76 26 24 65 66
Binary 11001000 1110110 1001100 0 101001 111110 10110 10100 110101 110110

Color Harmonies of #C8764C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8764C

Black with #C8764C

Text Example


Text Example

White with #C8764C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8764C; }

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

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

background-color css

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

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

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

border-color css

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

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

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