Html Css Color HEX #C9AD71 Putty

📋 copy color: '#C9AD71'

red 201 ◦ green 173 ◦ blue 113

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

Shades of Putty #C9AD71

Tints of Putty #C9AD71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 23.2%

R = 41.27%
G = 35.52%
B = 23.2%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.44

 K value IS 0.21

RGB Variations

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

Color information

#C9AD71 (or 0xC9AD71) is known color: Putty. HEX triplet: C9, AD and 71. RGB value is (201,173,113). Sum of RGB (Red+Green+Blue) = 201+173+113=487 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.27% from 487); Green value is 173 (67.97% from 255 or 35.52% from 487); Blue value is 113 (44.53% from 255 or 23.20% from 487); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AD71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9AD71 is #36528E. Grayscale: #AEAEAE. Windows color (decimal): -3560079 or 7450057. OLE color: 7450057.

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

Color convert

RGB 201 173 113 -
CMYK 0 0.14 0.44 0.21
HSL 40.91º 0.45% 0.62% -
HSV(B) 40.91º 0.44% 0.79% -
XYZ 42.01 43.5 21.8 -
YUV 174.53 93.28 146.88 -
System Red Green Blue C M Y K H S L
Decimal 201 173 113 0 0.14 0.44 0.21 40.91 0.45 0.62
Hex C9 AD 71 0 E 2C 15 29 2D 3E
Octal 311 255 161 0 16 54 25 51 55 76
Binary 11001001 10101101 1110001 0 1110 101100 10101 101001 101101 111110

Color Harmonies of #C9AD71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9AD71

Black with #C9AD71

Text Example


Text Example

White with #C9AD71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9AD71; }

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

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

background-color css

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

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

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

border-color css

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

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

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