Html Css Color HEX #C0A175 Fallow

📋 copy color: '#C0A175'

red 192 ◦ green 161 ◦ blue 117

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

Shades of Fallow #C0A175

Tints of Fallow #C0A175

RGB

 RED value IS 192 (75.39% from 255) = 40.85%

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

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

R = 40.85%
G = 34.26%
B = 24.89%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#C0A175 (or 0xC0A175) is known color: Fallow. HEX triplet: C0, A1 and 75. RGB value is (192,161,117). Sum of RGB (Red+Green+Blue) = 192+161+117=470 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.85% from 470); Green value is 161 (63.28% from 255 or 34.26% from 470); Blue value is 117 (46.09% from 255 or 24.89% from 470); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A175 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0A175 is #3F5E8A. Grayscale: #A5A5A5. Windows color (decimal): -4152971 or 7709120. OLE color: 7709120.

HSL color Cylindrical-coordinate representation of color #C0A175: hue angle of 35.2º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C0A175 is Cyan = 0, Magento = 0.16, Yellow = 0.39 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 161 117 -
CMYK 0 0.16 0.39 0.25
HSL 35.2º 0.37% 0.61% -
HSV(B) 35.2º 0.39% 0.75% -
XYZ 37.69 37.98 22.17 -
YUV 165.25 100.77 147.08 -
System Red Green Blue C M Y K H S L
Decimal 192 161 117 0 0.16 0.39 0.25 35.2 0.37 0.61
Hex C0 A1 75 0 10 27 19 23 25 3D
Octal 300 241 165 0 20 47 31 43 45 75
Binary 11000000 10100001 1110101 0 10000 100111 11001 100011 100101 111101

Color Harmonies of #C0A175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A175

Black with #C0A175

Text Example


Text Example

White with #C0A175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A175; }

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

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

background-color css

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

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

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

border-color css

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

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

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