Html Css Color HEX #C9AB6D Putty

📋 copy color: '#C9AB6D'

red 201 ◦ green 171 ◦ blue 109

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

Shades of Putty #C9AB6D

Tints of Putty #C9AB6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 22.66%

R = 41.79%
G = 35.55%
B = 22.66%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.46

 K value IS 0.21

RGB Variations

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

Color information

#C9AB6D (or 0xC9AB6D) is known color: Putty. HEX triplet: C9, AB and 6D. RGB value is (201,171,109). Sum of RGB (Red+Green+Blue) = 201+171+109=481 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.79% from 481); Green value is 171 (67.19% from 255 or 35.55% from 481); Blue value is 109 (42.97% from 255 or 22.66% from 481); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AB6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9AB6D is #365492. Grayscale: #ADADAD. Windows color (decimal): -3560595 or 7187401. OLE color: 7187401.

HSL color Cylindrical-coordinate representation of color #C9AB6D: hue angle of 40.43º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C9AB6D is Cyan = 0, Magento = 0.15, Yellow = 0.46 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 171 109 -
CMYK 0 0.15 0.46 0.21
HSL 40.43º 0.46% 0.61% -
HSV(B) 40.43º 0.46% 0.79% -
XYZ 41.41 42.65 20.52 -
YUV 172.9 91.94 148.04 -
System Red Green Blue C M Y K H S L
Decimal 201 171 109 0 0.15 0.46 0.21 40.43 0.46 0.61
Hex C9 AB 6D 0 F 2E 15 28 2E 3D
Octal 311 253 155 0 17 56 25 50 56 75
Binary 11001001 10101011 1101101 0 1111 101110 10101 101000 101110 111101

Color Harmonies of #C9AB6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9AB6D

Black with #C9AB6D

Text Example


Text Example

White with #C9AB6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9AB6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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