Html Css Color HEX #C5A779 Putty

📋 copy color: '#C5A779'

red 197 ◦ green 167 ◦ blue 121

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

Shades of Putty #C5A779

Tints of Putty #C5A779

RGB

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

 GREEN value IS 167 (65.63% from 255) = 34.43%

 BLUE value IS 121 (47.66% from 255) = 24.95%

R = 40.62%
G = 34.43%
B = 24.95%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.39

 K value IS 0.23

RGB Variations

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

Color information

#C5A779 (or 0xC5A779) is known color: Putty. HEX triplet: C5, A7 and 79. RGB value is (197,167,121). Sum of RGB (Red+Green+Blue) = 197+167+121=485 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.62% from 485); Green value is 167 (65.62% from 255 or 34.43% from 485); Blue value is 121 (47.66% from 255 or 24.95% from 485); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A779 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5A779 is #3A5886. Grayscale: #AAAAAA. Windows color (decimal): -3823751 or 7972805. OLE color: 7972805.

HSL color Cylindrical-coordinate representation of color #C5A779: hue angle of 36.32º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C5A779 is Cyan = 0, Magento = 0.15, Yellow = 0.39 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 167 121 -
CMYK 0 0.15 0.39 0.23
HSL 36.32º 0.4% 0.62% -
HSV(B) 36.32º 0.39% 0.77% -
XYZ 40.3 40.89 23.86 -
YUV 170.73 99.94 146.74 -
System Red Green Blue C M Y K H S L
Decimal 197 167 121 0 0.15 0.39 0.23 36.32 0.4 0.62
Hex C5 A7 79 0 F 27 17 24 28 3E
Octal 305 247 171 0 17 47 27 44 50 76
Binary 11000101 10100111 1111001 0 1111 100111 10111 100100 101000 111110

Color Harmonies of #C5A779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5A779

Black with #C5A779

Text Example


Text Example

White with #C5A779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5A779; }

 p { color: rgb(197,167,121); }

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

background-color css

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

 a { background-color: rgb(197,167,121); }

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

border-color css

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

 span { border-color: rgb(197,167,121); }

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