Html Css Color HEX #C9AF73 Putty

📋 copy color: '#C9AF73'

red 201 ◦ green 175 ◦ blue 115

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

Shades of Putty #C9AF73

Tints of Putty #C9AF73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 23.42%

R = 40.94%
G = 35.64%
B = 23.42%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.43

 K value IS 0.21

RGB Variations

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

Color information

#C9AF73 (or 0xC9AF73) is known color: Putty. HEX triplet: C9, AF and 73. RGB value is (201,175,115). Sum of RGB (Red+Green+Blue) = 201+175+115=491 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.94% from 491); Green value is 175 (68.75% from 255 or 35.64% from 491); Blue value is 115 (45.31% from 255 or 23.42% from 491); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AF73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9AF73 is #36508C. Grayscale: #B0B0B0. Windows color (decimal): -3559565 or 7581641. OLE color: 7581641.

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

Color convert

RGB 201 175 115 -
CMYK 0 0.13 0.43 0.21
HSL 41.86º 0.44% 0.62% -
HSV(B) 41.86º 0.43% 0.79% -
XYZ 42.51 44.32 22.53 -
YUV 175.93 93.61 145.88 -
System Red Green Blue C M Y K H S L
Decimal 201 175 115 0 0.13 0.43 0.21 41.86 0.44 0.62
Hex C9 AF 73 0 D 2B 15 2A 2C 3E
Octal 311 257 163 0 15 53 25 52 54 76
Binary 11001001 10101111 1110011 0 1101 101011 10101 101010 101100 111110

Color Harmonies of #C9AF73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9AF73

Black with #C9AF73

Text Example


Text Example

White with #C9AF73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9AF73; }

 p { color: rgb(201,175,115); }

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

background-color css

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

 a { background-color: rgb(201,175,115); }

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

border-color css

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

 span { border-color: rgb(201,175,115); }

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