Html Css Color HEX #C8774C Red Damask

📋 copy color: '#C8774C'

red 200 ◦ green 119 ◦ blue 76

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

Shades of Red Damask #C8774C

Tints of Red Damask #C8774C

RGB

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

 GREEN value IS 119 (46.88% from 255) = 30.13%

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

R = 50.63%
G = 30.13%
B = 19.24%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.62

 K value IS 0.22

RGB Variations

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

Color information

#C8774C (or 0xC8774C) is known color: Red Damask. HEX triplet: C8, 77 and 4C. RGB value is (200,119,76). Sum of RGB (Red+Green+Blue) = 200+119+76=395 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.63% from 395); Green value is 119 (46.88% from 255 or 30.13% from 395); Blue value is 76 (30.08% from 255 or 19.24% from 395); Max value from RGB is 200 - color contains mainly: red. Hex color #C8774C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C8774C is #3788B3. Grayscale: #8A8A8A. Windows color (decimal): -3639476 or 5011400. OLE color: 5011400.

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

Color convert

RGB 200 119 76 -
CMYK 0 0.40 0.62 0.22
HSL 20.81º 0.53% 0.54% -
HSV(B) 20.81º 0.62% 0.78% -
XYZ 31.72 25.99 10.18 -
YUV 138.32 92.84 172 -
System Red Green Blue C M Y K H S L
Decimal 200 119 76 0 0.40 0.62 0.22 20.81 0.53 0.54
Hex C8 77 4C 0 28 3E 16 15 35 36
Octal 310 167 114 0 50 76 26 25 65 66
Binary 11001000 1110111 1001100 0 101000 111110 10110 10101 110101 110110

Color Harmonies of #C8774C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8774C

Black with #C8774C

Text Example


Text Example

White with #C8774C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8774C; }

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

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

background-color css

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

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

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

border-color css

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

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

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