Html Css Color HEX #C5A77A Putty

📋 copy color: '#C5A77A'

red 197 ◦ green 167 ◦ blue 122

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

Shades of Putty #C5A77A

Tints of Putty #C5A77A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 25.1%

R = 40.53%
G = 34.36%
B = 25.1%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.38

 K value IS 0.23

RGB Variations

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

Color information

#C5A77A (or 0xC5A77A) is known color: Putty. HEX triplet: C5, A7 and 7A. RGB value is (197,167,122). Sum of RGB (Red+Green+Blue) = 197+167+122=486 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.53% from 486); Green value is 167 (65.62% from 255 or 34.36% from 486); Blue value is 122 (48.05% from 255 or 25.10% from 486); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A77A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5A77A is #3A5885. Grayscale: #ABABAB. Windows color (decimal): -3823750 or 8038341. OLE color: 8038341.

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

Color convert

RGB 197 167 122 -
CMYK 0 0.15 0.38 0.23
HSL 36º 0.39% 0.63% -
HSV(B) 36º 0.38% 0.77% -
XYZ 40.36 40.91 24.18 -
YUV 170.84 100.44 146.66 -
System Red Green Blue C M Y K H S L
Decimal 197 167 122 0 0.15 0.38 0.23 36 0.39 0.63
Hex C5 A7 7A 0 F 26 17 24 27 3F
Octal 305 247 172 0 17 46 27 44 47 77
Binary 11000101 10100111 1111010 0 1111 100110 10111 100100 100111 111111

Color Harmonies of #C5A77A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5A77A

Black with #C5A77A

Text Example


Text Example

White with #C5A77A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5A77A; }

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

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

background-color css

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

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

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

border-color css

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

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

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