Html Css Color HEX #C9A96B Putty

📋 copy color: '#C9A96B'

red 201 ◦ green 169 ◦ blue 107

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

Shades of Putty #C9A96B

Tints of Putty #C9A96B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 22.43%

R = 42.14%
G = 35.43%
B = 22.43%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.47

 K value IS 0.21

RGB Variations

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

Color information

#C9A96B (or 0xC9A96B) is known color: Putty. HEX triplet: C9, A9 and 6B. RGB value is (201,169,107). Sum of RGB (Red+Green+Blue) = 201+169+107=477 (63% of max value = 765). Red value is 201 (78.91% from 255 or 42.14% from 477); Green value is 169 (66.41% from 255 or 35.43% from 477); Blue value is 107 (42.19% from 255 or 22.43% from 477); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A96B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9A96B is #365694. Grayscale: #ABABAB. Windows color (decimal): -3561109 or 7055817. OLE color: 7055817.

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

Color convert

RGB 201 169 107 -
CMYK 0 0.16 0.47 0.21
HSL 39.57º 0.47% 0.6% -
HSV(B) 39.57º 0.47% 0.79% -
XYZ 40.93 41.85 19.83 -
YUV 171.5 91.6 149.04 -
System Red Green Blue C M Y K H S L
Decimal 201 169 107 0 0.16 0.47 0.21 39.57 0.47 0.6
Hex C9 A9 6B 0 10 2F 15 28 2F 3C
Octal 311 251 153 0 20 57 25 50 57 74
Binary 11001001 10101001 1101011 0 10000 101111 10101 101000 101111 111100

Color Harmonies of #C9A96B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A96B

Black with #C9A96B

Text Example


Text Example

White with #C9A96B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A96B; }

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

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

background-color css

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

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

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

border-color css

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

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

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