Html Css Color HEX #C9AB6E Putty

📋 copy color: '#C9AB6E'

red 201 ◦ green 171 ◦ blue 110

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

Shades of Putty #C9AB6E

Tints of Putty #C9AB6E

RGB

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

 GREEN value IS 171 (67.19% from 255) = 35.48%

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

R = 41.7%
G = 35.48%
B = 22.82%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.45

 K value IS 0.21

RGB Variations

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

Color information

#C9AB6E (or 0xC9AB6E) is known color: Putty. HEX triplet: C9, AB and 6E. RGB value is (201,171,110). Sum of RGB (Red+Green+Blue) = 201+171+110=482 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.70% from 482); Green value is 171 (67.19% from 255 or 35.48% from 482); Blue value is 110 (43.36% from 255 or 22.82% from 482); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AB6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9AB6E is #365491. Grayscale: #ADADAD. Windows color (decimal): -3560594 or 7252937. OLE color: 7252937.

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

Color convert

RGB 201 171 110 -
CMYK 0 0.15 0.45 0.21
HSL 40.22º 0.46% 0.61% -
HSV(B) 40.22º 0.45% 0.79% -
XYZ 41.46 42.67 20.8 -
YUV 173.02 92.44 147.96 -
System Red Green Blue C M Y K H S L
Decimal 201 171 110 0 0.15 0.45 0.21 40.22 0.46 0.61
Hex C9 AB 6E 0 F 2D 15 28 2E 3D
Octal 311 253 156 0 17 55 25 50 56 75
Binary 11001001 10101011 1101110 0 1111 101101 10101 101000 101110 111101

Color Harmonies of #C9AB6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9AB6E

Black with #C9AB6E

Text Example


Text Example

White with #C9AB6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9AB6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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