Html Css Color HEX #C9AD6F Putty

📋 copy color: '#C9AD6F'

red 201 ◦ green 173 ◦ blue 111

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

Shades of Putty #C9AD6F

Tints of Putty #C9AD6F

RGB

 RED value IS 201 (78.91% from 255) = 41.44%

 GREEN value IS 173 (67.97% from 255) = 35.67%

 BLUE value IS 111 (43.75% from 255) = 22.89%

R = 41.44%
G = 35.67%
B = 22.89%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.45

 K value IS 0.21

RGB Variations

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

Color information

#C9AD6F (or 0xC9AD6F) is known color: Putty. HEX triplet: C9, AD and 6F. RGB value is (201,173,111). Sum of RGB (Red+Green+Blue) = 201+173+111=485 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.44% from 485); Green value is 173 (67.97% from 255 or 35.67% from 485); Blue value is 111 (43.75% from 255 or 22.89% from 485); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AD6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9AD6F is #365290. Grayscale: #AEAEAE. Windows color (decimal): -3560081 or 7318985. OLE color: 7318985.

HSL color Cylindrical-coordinate representation of color #C9AD6F: hue angle of 41.33º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C9AD6F is Cyan = 0, Magento = 0.14, Yellow = 0.45 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 173 111 -
CMYK 0 0.14 0.45 0.21
HSL 41.33º 0.45% 0.61% -
HSV(B) 41.33º 0.45% 0.79% -
XYZ 41.9 43.45 21.22 -
YUV 174.3 92.28 147.04 -
System Red Green Blue C M Y K H S L
Decimal 201 173 111 0 0.14 0.45 0.21 41.33 0.45 0.61
Hex C9 AD 6F 0 E 2D 15 29 2D 3D
Octal 311 255 157 0 16 55 25 51 55 75
Binary 11001001 10101101 1101111 0 1110 101101 10101 101001 101101 111101

Color Harmonies of #C9AD6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9AD6F

Black with #C9AD6F

Text Example


Text Example

White with #C9AD6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9AD6F; }

 p { color: rgb(201,173,111); }

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

background-color css

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

 a { background-color: rgb(201,173,111); }

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

border-color css

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

 span { border-color: rgb(201,173,111); }

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