Html Css Color HEX #C8A276 Fallow

📋 copy color: '#C8A276'

red 200 ◦ green 162 ◦ blue 118

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

Shades of Fallow #C8A276

Tints of Fallow #C8A276

RGB

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

 GREEN value IS 162 (63.67% from 255) = 33.75%

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

R = 41.67%
G = 33.75%
B = 24.58%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.41

 K value IS 0.22

RGB Variations

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

Color information

#C8A276 (or 0xC8A276) is known color: Fallow. HEX triplet: C8, A2 and 76. RGB value is (200,162,118). Sum of RGB (Red+Green+Blue) = 200+162+118=480 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.67% from 480); Green value is 162 (63.67% from 255 or 33.75% from 480); Blue value is 118 (46.48% from 255 or 24.58% from 480); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A276 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8A276 is #375D89. Grayscale: #A8A8A8. Windows color (decimal): -3628426 or 7774920. OLE color: 7774920.

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

Color convert

RGB 200 162 118 -
CMYK 0 0.19 0.41 0.22
HSL 32.2º 0.43% 0.62% -
HSV(B) 32.2º 0.41% 0.78% -
XYZ 40.01 39.43 22.64 -
YUV 168.35 99.59 150.58 -
System Red Green Blue C M Y K H S L
Decimal 200 162 118 0 0.19 0.41 0.22 32.2 0.43 0.62
Hex C8 A2 76 0 13 29 16 20 2B 3E
Octal 310 242 166 0 23 51 26 40 53 76
Binary 11001000 10100010 1110110 0 10011 101001 10110 100000 101011 111110

Color Harmonies of #C8A276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8A276

Black with #C8A276

Text Example


Text Example

White with #C8A276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8A276; }

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

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

background-color css

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

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

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

border-color css

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

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

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