Html Css Color HEX #C8A175 Fallow

📋 copy color: '#C8A175'

red 200 ◦ green 161 ◦ blue 117

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

Shades of Fallow #C8A175

Tints of Fallow #C8A175

RGB

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

 GREEN value IS 161 (63.28% from 255) = 33.68%

 BLUE value IS 117 (46.09% from 255) = 24.48%

R = 41.84%
G = 33.68%
B = 24.48%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.42

 K value IS 0.22

RGB Variations

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

Color information

#C8A175 (or 0xC8A175) is known color: Fallow. HEX triplet: C8, A1 and 75. RGB value is (200,161,117). Sum of RGB (Red+Green+Blue) = 200+161+117=478 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.84% from 478); Green value is 161 (63.28% from 255 or 33.68% from 478); Blue value is 117 (46.09% from 255 or 24.48% from 478); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A175 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8A175 is #375E8A. Grayscale: #A7A7A7. Windows color (decimal): -3628683 or 7709128. OLE color: 7709128.

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

Color convert

RGB 200 161 117 -
CMYK 0 0.19 0.42 0.22
HSL 31.81º 0.43% 0.62% -
HSV(B) 31.81º 0.42% 0.78% -
XYZ 39.78 39.05 22.27 -
YUV 167.65 99.42 151.08 -
System Red Green Blue C M Y K H S L
Decimal 200 161 117 0 0.19 0.42 0.22 31.81 0.43 0.62
Hex C8 A1 75 0 13 2A 16 20 2B 3E
Octal 310 241 165 0 23 52 26 40 53 76
Binary 11001000 10100001 1110101 0 10011 101010 10110 100000 101011 111110

Color Harmonies of #C8A175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8A175

Black with #C8A175

Text Example


Text Example

White with #C8A175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8A175; }

 p { color: rgb(200,161,117); }

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

background-color css

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

 a { background-color: rgb(200,161,117); }

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

border-color css

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

 span { border-color: rgb(200,161,117); }

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