Html Css Color HEX #C5B16A Putty

📋 copy color: '#C5B16A'

red 197 ◦ green 177 ◦ blue 106

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

Shades of Putty #C5B16A

Tints of Putty #C5B16A

RGB

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

 GREEN value IS 177 (69.53% from 255) = 36.88%

 BLUE value IS 106 (41.8% from 255) = 22.08%

R = 41.04%
G = 36.88%
B = 22.08%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.46

 K value IS 0.23

RGB Variations

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

Color information

#C5B16A (or 0xC5B16A) is known color: Putty. HEX triplet: C5, B1 and 6A. RGB value is (197,177,106). Sum of RGB (Red+Green+Blue) = 197+177+106=480 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.04% from 480); Green value is 177 (69.53% from 255 or 36.88% from 480); Blue value is 106 (41.80% from 255 or 22.08% from 480); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B16A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5B16A is #3A4E95. Grayscale: #AFAFAF. Windows color (decimal): -3821206 or 6992325. OLE color: 6992325.

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

Color convert

RGB 197 177 106 -
CMYK 0 0.10 0.46 0.23
HSL 46.81º 0.44% 0.59% -
HSV(B) 46.81º 0.46% 0.77% -
XYZ 41.35 44.36 20.02 -
YUV 174.89 89.13 143.77 -
System Red Green Blue C M Y K H S L
Decimal 197 177 106 0 0.10 0.46 0.23 46.81 0.44 0.59
Hex C5 B1 6A 0 A 2E 17 2F 2C 3B
Octal 305 261 152 0 12 56 27 57 54 73
Binary 11000101 10110001 1101010 0 1010 101110 10111 101111 101100 111011

Color Harmonies of #C5B16A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B16A

Black with #C5B16A

Text Example


Text Example

White with #C5B16A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B16A; }

 p { color: rgb(197,177,106); }

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

background-color css

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

 a { background-color: rgb(197,177,106); }

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

border-color css

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

 span { border-color: rgb(197,177,106); }

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