Html Css Color HEX #C9AF6E Putty

📋 copy color: '#C9AF6E'

red 201 ◦ green 175 ◦ blue 110

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

Shades of Putty #C9AF6E

Tints of Putty #C9AF6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 22.63%

R = 41.36%
G = 36.01%
B = 22.63%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.45

 K value IS 0.21

RGB Variations

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

Color information

#C9AF6E (or 0xC9AF6E) is known color: Putty. HEX triplet: C9, AF and 6E. RGB value is (201,175,110). Sum of RGB (Red+Green+Blue) = 201+175+110=486 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.36% from 486); Green value is 175 (68.75% from 255 or 36.01% from 486); Blue value is 110 (43.36% from 255 or 22.63% from 486); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AF6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9AF6E is #365091. Grayscale: #AFAFAF. Windows color (decimal): -3559570 or 7253961. OLE color: 7253961.

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

Color convert

RGB 201 175 110 -
CMYK 0 0.13 0.45 0.21
HSL 42.86º 0.46% 0.61% -
HSV(B) 42.86º 0.45% 0.79% -
XYZ 42.23 44.2 21.06 -
YUV 175.36 91.11 146.29 -
System Red Green Blue C M Y K H S L
Decimal 201 175 110 0 0.13 0.45 0.21 42.86 0.46 0.61
Hex C9 AF 6E 0 D 2D 15 2B 2E 3D
Octal 311 257 156 0 15 55 25 53 56 75
Binary 11001001 10101111 1101110 0 1101 101101 10101 101011 101110 111101

Color Harmonies of #C9AF6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9AF6E

Black with #C9AF6E

Text Example


Text Example

White with #C9AF6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9AF6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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