Html Css Color HEX #C5AA6B Putty

📋 copy color: '#C5AA6B'

red 197 ◦ green 170 ◦ blue 107

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

Shades of Putty #C5AA6B

Tints of Putty #C5AA6B

RGB

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

 GREEN value IS 170 (66.8% from 255) = 35.86%

 BLUE value IS 107 (42.19% from 255) = 22.57%

R = 41.56%
G = 35.86%
B = 22.57%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.46

 K value IS 0.23

RGB Variations

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

Color information

#C5AA6B (or 0xC5AA6B) is known color: Putty. HEX triplet: C5, AA and 6B. RGB value is (197,170,107). Sum of RGB (Red+Green+Blue) = 197+170+107=474 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.56% from 474); Green value is 170 (66.80% from 255 or 35.86% from 474); Blue value is 107 (42.19% from 255 or 22.57% from 474); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AA6B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5AA6B is #3A5594. Grayscale: #ABABAB. Windows color (decimal): -3822997 or 7056069. OLE color: 7056069.

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

Color convert

RGB 197 170 107 -
CMYK 0 0.14 0.46 0.23
HSL 42º 0.44% 0.6% -
HSV(B) 42º 0.46% 0.77% -
XYZ 40.05 41.68 19.84 -
YUV 170.89 91.95 146.62 -
System Red Green Blue C M Y K H S L
Decimal 197 170 107 0 0.14 0.46 0.23 42 0.44 0.6
Hex C5 AA 6B 0 E 2E 17 2A 2C 3C
Octal 305 252 153 0 16 56 27 52 54 74
Binary 11000101 10101010 1101011 0 1110 101110 10111 101010 101100 111100

Color Harmonies of #C5AA6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5AA6B

Black with #C5AA6B

Text Example


Text Example

White with #C5AA6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5AA6B; }

 p { color: rgb(197,170,107); }

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

background-color css

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

 a { background-color: rgb(197,170,107); }

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

border-color css

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

 span { border-color: rgb(197,170,107); }

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