Html Css Color HEX #C5AF76 Putty

📋 copy color: '#C5AF76'

red 197 ◦ green 175 ◦ blue 118

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

Shades of Putty #C5AF76

Tints of Putty #C5AF76

RGB

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

 GREEN value IS 175 (68.75% from 255) = 35.71%

 BLUE value IS 118 (46.48% from 255) = 24.08%

R = 40.2%
G = 35.71%
B = 24.08%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.40

 K value IS 0.23

RGB Variations

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

Color information

#C5AF76 (or 0xC5AF76) is known color: Putty. HEX triplet: C5, AF and 76. RGB value is (197,175,118). Sum of RGB (Red+Green+Blue) = 197+175+118=490 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.20% from 490); Green value is 175 (68.75% from 255 or 35.71% from 490); Blue value is 118 (46.48% from 255 or 24.08% from 490); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AF76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5AF76 is #3A5089. Grayscale: #AFAFAF. Windows color (decimal): -3821706 or 7778245. OLE color: 7778245.

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

Color convert

RGB 197 175 118 -
CMYK 0 0.11 0.40 0.23
HSL 43.29º 0.41% 0.62% -
HSV(B) 43.29º 0.4% 0.77% -
XYZ 41.63 43.84 23.41 -
YUV 175.08 95.79 143.63 -
System Red Green Blue C M Y K H S L
Decimal 197 175 118 0 0.11 0.40 0.23 43.29 0.41 0.62
Hex C5 AF 76 0 B 28 17 2B 29 3E
Octal 305 257 166 0 13 50 27 53 51 76
Binary 11000101 10101111 1110110 0 1011 101000 10111 101011 101001 111110

Color Harmonies of #C5AF76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5AF76

Black with #C5AF76

Text Example


Text Example

White with #C5AF76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5AF76; }

 p { color: rgb(197,175,118); }

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

background-color css

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

 a { background-color: rgb(197,175,118); }

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

border-color css

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

 span { border-color: rgb(197,175,118); }

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