Html Css Color HEX #C8A076 Fallow

📋 copy color: '#C8A076'

red 200 ◦ green 160 ◦ blue 118

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

Shades of Fallow #C8A076

Tints of Fallow #C8A076

RGB

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

 GREEN value IS 160 (62.89% from 255) = 33.47%

 BLUE value IS 118 (46.48% from 255) = 24.69%

R = 41.84%
G = 33.47%
B = 24.69%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.41

 K value IS 0.22

RGB Variations

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

Color information

#C8A076 (or 0xC8A076) is known color: Fallow. HEX triplet: C8, A0 and 76. RGB value is (200,160,118). Sum of RGB (Red+Green+Blue) = 200+160+118=478 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.84% from 478); Green value is 160 (62.89% from 255 or 33.47% from 478); Blue value is 118 (46.48% from 255 or 24.69% from 478); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A076 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8A076 is #375F89. Grayscale: #A7A7A7. Windows color (decimal): -3628938 or 7774408. OLE color: 7774408.

HSL color Cylindrical-coordinate representation of color #C8A076: hue angle of 30.73º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C8A076 is Cyan = 0, Magento = 0.2, Yellow = 0.41 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 160 118 -
CMYK 0 0.2 0.41 0.22
HSL 30.73º 0.43% 0.62% -
HSV(B) 30.73º 0.41% 0.78% -
XYZ 39.66 38.73 22.52 -
YUV 167.17 100.25 151.42 -
System Red Green Blue C M Y K H S L
Decimal 200 160 118 0 0.2 0.41 0.22 30.73 0.43 0.62
Hex C8 A0 76 0 14 29 16 1F 2B 3E
Octal 310 240 166 0 24 51 26 37 53 76
Binary 11001000 10100000 1110110 0 10100 101001 10110 11111 101011 111110

Color Harmonies of #C8A076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8A076

Black with #C8A076

Text Example


Text Example

White with #C8A076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8A076; }

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

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

background-color css

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

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

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

border-color css

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

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

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