Html Css Color HEX #C9A46E Putty

📋 copy color: '#C9A46E'

red 201 ◦ green 164 ◦ blue 110

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

Shades of Putty #C9A46E

Tints of Putty #C9A46E

RGB

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

 GREEN value IS 164 (64.45% from 255) = 34.53%

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

R = 42.32%
G = 34.53%
B = 23.16%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.45

 K value IS 0.21

RGB Variations

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

Color information

#C9A46E (or 0xC9A46E) is known color: Putty. HEX triplet: C9, A4 and 6E. RGB value is (201,164,110). Sum of RGB (Red+Green+Blue) = 201+164+110=475 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.32% from 475); Green value is 164 (64.45% from 255 or 34.53% from 475); Blue value is 110 (43.36% from 255 or 23.16% from 475); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A46E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9A46E is #365B91. Grayscale: #A9A9A9. Windows color (decimal): -3562386 or 7251145. OLE color: 7251145.

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

Color convert

RGB 201 164 110 -
CMYK 0 0.18 0.45 0.21
HSL 35.6º 0.46% 0.61% -
HSV(B) 35.6º 0.45% 0.79% -
XYZ 40.18 40.09 20.37 -
YUV 168.91 94.76 150.89 -
System Red Green Blue C M Y K H S L
Decimal 201 164 110 0 0.18 0.45 0.21 35.6 0.46 0.61
Hex C9 A4 6E 0 12 2D 15 24 2E 3D
Octal 311 244 156 0 22 55 25 44 56 75
Binary 11001001 10100100 1101110 0 10010 101101 10101 100100 101110 111101

Color Harmonies of #C9A46E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A46E

Black with #C9A46E

Text Example


Text Example

White with #C9A46E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A46E; }

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

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

background-color css

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

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

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

border-color css

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

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

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