Html Css Color HEX #C5A86A Putty

📋 copy color: '#C5A86A'

red 197 ◦ green 168 ◦ blue 106

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

Shades of Putty #C5A86A

Tints of Putty #C5A86A

RGB

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

 GREEN value IS 168 (66.02% from 255) = 35.67%

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

R = 41.83%
G = 35.67%
B = 22.51%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.46

 K value IS 0.23

RGB Variations

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

Color information

#C5A86A (or 0xC5A86A) is known color: Putty. HEX triplet: C5, A8 and 6A. RGB value is (197,168,106). Sum of RGB (Red+Green+Blue) = 197+168+106=471 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.83% from 471); Green value is 168 (66.02% from 255 or 35.67% from 471); Blue value is 106 (41.80% from 255 or 22.51% from 471); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A86A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5A86A is #3A5795. Grayscale: #A9A9A9. Windows color (decimal): -3823510 or 6990021. OLE color: 6990021.

HSL color Cylindrical-coordinate representation of color #C5A86A: hue angle of 40.88º 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 #C5A86A is Cyan = 0, Magento = 0.15, Yellow = 0.46 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 168 106 -
CMYK 0 0.15 0.46 0.23
HSL 40.88º 0.44% 0.59% -
HSV(B) 40.88º 0.46% 0.77% -
XYZ 39.63 40.92 19.44 -
YUV 169.6 92.11 147.54 -
System Red Green Blue C M Y K H S L
Decimal 197 168 106 0 0.15 0.46 0.23 40.88 0.44 0.59
Hex C5 A8 6A 0 F 2E 17 29 2C 3B
Octal 305 250 152 0 17 56 27 51 54 73
Binary 11000101 10101000 1101010 0 1111 101110 10111 101001 101100 111011

Color Harmonies of #C5A86A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5A86A

Black with #C5A86A

Text Example


Text Example

White with #C5A86A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5A86A; }

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

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

background-color css

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

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

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

border-color css

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

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

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