Html Css Color HEX #C5A274 Fallow

📋 copy color: '#C5A274'

red 197 ◦ green 162 ◦ blue 116

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

Shades of Fallow #C5A274

Tints of Fallow #C5A274

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 24.42%

R = 41.47%
G = 34.11%
B = 24.42%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.41

 K value IS 0.23

RGB Variations

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

Color information

#C5A274 (or 0xC5A274) is known color: Fallow. HEX triplet: C5, A2 and 74. RGB value is (197,162,116). Sum of RGB (Red+Green+Blue) = 197+162+116=475 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.47% from 475); Green value is 162 (63.67% from 255 or 34.11% from 475); Blue value is 116 (45.70% from 255 or 24.42% from 475); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A274 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5A274 is #3A5D8B. Grayscale: #A7A7A7. Windows color (decimal): -3825036 or 7643845. OLE color: 7643845.

HSL color Cylindrical-coordinate representation of color #C5A274: hue angle of 34.07º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C5A274 is Cyan = 0, Magento = 0.18, Yellow = 0.41 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 162 116 -
CMYK 0 0.18 0.41 0.23
HSL 34.07º 0.41% 0.61% -
HSV(B) 34.07º 0.41% 0.77% -
XYZ 39.1 38.97 21.98 -
YUV 167.22 99.1 149.24 -
System Red Green Blue C M Y K H S L
Decimal 197 162 116 0 0.18 0.41 0.23 34.07 0.41 0.61
Hex C5 A2 74 0 12 29 17 22 29 3D
Octal 305 242 164 0 22 51 27 42 51 75
Binary 11000101 10100010 1110100 0 10010 101001 10111 100010 101001 111101

Color Harmonies of #C5A274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5A274

Black with #C5A274

Text Example


Text Example

White with #C5A274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5A274; }

 p { color: rgb(197,162,116); }

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

background-color css

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

 a { background-color: rgb(197,162,116); }

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

border-color css

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

 span { border-color: rgb(197,162,116); }

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