Html Css Color HEX #C8774F Red Damask

📋 copy color: '#C8774F'

red 200 ◦ green 119 ◦ blue 79

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

Shades of Red Damask #C8774F

Tints of Red Damask #C8774F

RGB

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

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

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

R = 50.25%
G = 29.9%
B = 19.85%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.60

 K value IS 0.22

RGB Variations

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

Color information

#C8774F (or 0xC8774F) is known color: Red Damask. HEX triplet: C8, 77 and 4F. RGB value is (200,119,79). Sum of RGB (Red+Green+Blue) = 200+119+79=398 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.25% from 398); Green value is 119 (46.88% from 255 or 29.90% from 398); Blue value is 79 (31.25% from 255 or 19.85% from 398); Max value from RGB is 200 - color contains mainly: red. Hex color #C8774F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8774F is #3788B0. Grayscale: #8A8A8A. Windows color (decimal): -3639473 or 5208008. OLE color: 5208008.

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

Color convert

RGB 200 119 79 -
CMYK 0 0.40 0.60 0.22
HSL 19.83º 0.52% 0.55% -
HSV(B) 19.83º 0.61% 0.78% -
XYZ 31.83 26.04 10.75 -
YUV 138.66 94.34 171.75 -
System Red Green Blue C M Y K H S L
Decimal 200 119 79 0 0.40 0.60 0.22 19.83 0.52 0.55
Hex C8 77 4F 0 28 3C 16 14 34 37
Octal 310 167 117 0 50 74 26 24 64 67
Binary 11001000 1110111 1001111 0 101000 111100 10110 10100 110100 110111

Color Harmonies of #C8774F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8774F

Black with #C8774F

Text Example


Text Example

White with #C8774F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8774F; }

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

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

background-color css

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

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

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

border-color css

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

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

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