Html Css Color HEX #C9A96F Putty

📋 copy color: '#C9A96F'

red 201 ◦ green 169 ◦ blue 111

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

Shades of Putty #C9A96F

Tints of Putty #C9A96F

RGB

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

 GREEN value IS 169 (66.41% from 255) = 35.14%

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

R = 41.79%
G = 35.14%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.45

 K value IS 0.21

RGB Variations

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

Color information

#C9A96F (or 0xC9A96F) is known color: Putty. HEX triplet: C9, A9 and 6F. RGB value is (201,169,111). Sum of RGB (Red+Green+Blue) = 201+169+111=481 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.79% from 481); Green value is 169 (66.41% from 255 or 35.14% from 481); Blue value is 111 (43.75% from 255 or 23.08% from 481); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A96F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9A96F is #365690. Grayscale: #ACACAC. Windows color (decimal): -3561105 or 7317961. OLE color: 7317961.

HSL color Cylindrical-coordinate representation of color #C9A96F: hue angle of 38.67º 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 #C9A96F is Cyan = 0, Magento = 0.16, Yellow = 0.45 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 169 111 -
CMYK 0 0.16 0.45 0.21
HSL 38.67º 0.45% 0.61% -
HSV(B) 38.67º 0.45% 0.79% -
XYZ 41.14 41.94 20.97 -
YUV 171.96 93.6 148.72 -
System Red Green Blue C M Y K H S L
Decimal 201 169 111 0 0.16 0.45 0.21 38.67 0.45 0.61
Hex C9 A9 6F 0 10 2D 15 27 2D 3D
Octal 311 251 157 0 20 55 25 47 55 75
Binary 11001001 10101001 1101111 0 10000 101101 10101 100111 101101 111101

Color Harmonies of #C9A96F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A96F

Black with #C9A96F

Text Example


Text Example

White with #C9A96F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A96F; }

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

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

background-color css

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

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

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

border-color css

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

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

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