Html Css Color HEX #C5A368 Fallow

📋 copy color: '#C5A368'

red 197 ◦ green 163 ◦ blue 104

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

Shades of Fallow #C5A368

Tints of Fallow #C5A368

RGB

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

 GREEN value IS 163 (64.06% from 255) = 35.13%

 BLUE value IS 104 (41.02% from 255) = 22.41%

R = 42.46%
G = 35.13%
B = 22.41%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.47

 K value IS 0.23

RGB Variations

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

Color information

#C5A368 (or 0xC5A368) is known color: Fallow. HEX triplet: C5, A3 and 68. RGB value is (197,163,104). Sum of RGB (Red+Green+Blue) = 197+163+104=464 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.46% from 464); Green value is 163 (64.06% from 255 or 35.13% from 464); Blue value is 104 (41.02% from 255 or 22.41% from 464); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A368 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5A368 is #3A5C97. Grayscale: #A6A6A6. Windows color (decimal): -3824792 or 6857669. OLE color: 6857669.

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

Color convert

RGB 197 163 104 -
CMYK 0 0.17 0.47 0.23
HSL 38.06º 0.44% 0.59% -
HSV(B) 38.06º 0.47% 0.77% -
XYZ 38.62 39.06 18.6 -
YUV 166.44 92.76 149.8 -
System Red Green Blue C M Y K H S L
Decimal 197 163 104 0 0.17 0.47 0.23 38.06 0.44 0.59
Hex C5 A3 68 0 11 2F 17 26 2C 3B
Octal 305 243 150 0 21 57 27 46 54 73
Binary 11000101 10100011 1101000 0 10001 101111 10111 100110 101100 111011

Color Harmonies of #C5A368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5A368

Black with #C5A368

Text Example


Text Example

White with #C5A368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5A368; }

 p { color: rgb(197,163,104); }

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

background-color css

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

 a { background-color: rgb(197,163,104); }

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

border-color css

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

 span { border-color: rgb(197,163,104); }

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