Html Css Color HEX #C5A46C Fallow

📋 copy color: '#C5A46C'

red 197 ◦ green 164 ◦ blue 108

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

Shades of Fallow #C5A46C

Tints of Fallow #C5A46C

RGB

 RED value IS 197 (77.34% from 255) = 42%

 GREEN value IS 164 (64.45% from 255) = 34.97%

 BLUE value IS 108 (42.58% from 255) = 23.03%

R = 42%
G = 34.97%
B = 23.03%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.45

 K value IS 0.23

RGB Variations

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

Color information

#C5A46C (or 0xC5A46C) is known color: Fallow. HEX triplet: C5, A4 and 6C. RGB value is (197,164,108). Sum of RGB (Red+Green+Blue) = 197+164+108=469 (62% of max value = 765). Red value is 197 (77.34% from 255 or 42.00% from 469); Green value is 164 (64.45% from 255 or 34.97% from 469); Blue value is 108 (42.58% from 255 or 23.03% from 469); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A46C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5A46C is #3A5B93. Grayscale: #A7A7A7. Windows color (decimal): -3824532 or 7120069. OLE color: 7120069.

HSL color Cylindrical-coordinate representation of color #C5A46C: hue angle of 37.75º degrees, saturation: 0.43, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C5A46C is Cyan = 0, Magento = 0.17, Yellow = 0.45 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 164 108 -
CMYK 0 0.17 0.45 0.23
HSL 37.75º 0.43% 0.6% -
HSV(B) 37.75º 0.45% 0.77% -
XYZ 39.01 39.5 19.76 -
YUV 167.48 94.43 149.05 -
System Red Green Blue C M Y K H S L
Decimal 197 164 108 0 0.17 0.45 0.23 37.75 0.43 0.6
Hex C5 A4 6C 0 11 2D 17 26 2B 3C
Octal 305 244 154 0 21 55 27 46 53 74
Binary 11000101 10100100 1101100 0 10001 101101 10111 100110 101011 111100

Color Harmonies of #C5A46C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5A46C

Black with #C5A46C

Text Example


Text Example

White with #C5A46C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5A46C; }

 p { color: rgb(197,164,108); }

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

background-color css

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

 a { background-color: rgb(197,164,108); }

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

border-color css

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

 span { border-color: rgb(197,164,108); }

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