Html Css Color HEX #C5B370 Putty

📋 copy color: '#C5B370'

red 197 ◦ green 179 ◦ blue 112

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

Shades of Putty #C5B370

Tints of Putty #C5B370

RGB

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

 GREEN value IS 179 (70.31% from 255) = 36.68%

 BLUE value IS 112 (44.14% from 255) = 22.95%

R = 40.37%
G = 36.68%
B = 22.95%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.43

 K value IS 0.23

RGB Variations

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

Color information

#C5B370 (or 0xC5B370) is known color: Putty. HEX triplet: C5, B3 and 70. RGB value is (197,179,112). Sum of RGB (Red+Green+Blue) = 197+179+112=488 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.37% from 488); Green value is 179 (70.31% from 255 or 36.68% from 488); Blue value is 112 (44.14% from 255 or 22.95% from 488); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B370 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5B370 is #3A4C8F. Grayscale: #B1B1B1. Windows color (decimal): -3820688 or 7386053. OLE color: 7386053.

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

Color convert

RGB 197 179 112 -
CMYK 0 0.09 0.43 0.23
HSL 47.29º 0.42% 0.61% -
HSV(B) 47.29º 0.43% 0.77% -
XYZ 42.07 45.28 21.85 -
YUV 176.74 91.46 142.45 -
System Red Green Blue C M Y K H S L
Decimal 197 179 112 0 0.09 0.43 0.23 47.29 0.42 0.61
Hex C5 B3 70 0 9 2B 17 2F 2A 3D
Octal 305 263 160 0 11 53 27 57 52 75
Binary 11000101 10110011 1110000 0 1001 101011 10111 101111 101010 111101

Color Harmonies of #C5B370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B370

Black with #C5B370

Text Example


Text Example

White with #C5B370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B370; }

 p { color: rgb(197,179,112); }

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

background-color css

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

 a { background-color: rgb(197,179,112); }

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

border-color css

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

 span { border-color: rgb(197,179,112); }

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