Html Css Color HEX #C9AB7D Putty

📋 copy color: '#C9AB7D'

red 201 ◦ green 171 ◦ blue 125

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

Shades of Putty #C9AB7D

Tints of Putty #C9AB7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 25.15%

R = 40.44%
G = 34.41%
B = 25.15%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.38

 K value IS 0.21

RGB Variations

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

Color information

#C9AB7D (or 0xC9AB7D) is known color: Putty. HEX triplet: C9, AB and 7D. RGB value is (201,171,125). Sum of RGB (Red+Green+Blue) = 201+171+125=497 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.44% from 497); Green value is 171 (67.19% from 255 or 34.41% from 497); Blue value is 125 (49.22% from 255 or 25.15% from 497); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AB7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9AB7D is #365482. Grayscale: #AEAEAE. Windows color (decimal): -3560579 or 8235977. OLE color: 8235977.

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

Color convert

RGB 201 171 125 -
CMYK 0 0.15 0.38 0.21
HSL 36.32º 0.41% 0.64% -
HSV(B) 36.32º 0.38% 0.79% -
XYZ 42.35 43.02 25.47 -
YUV 174.73 99.94 146.74 -
System Red Green Blue C M Y K H S L
Decimal 201 171 125 0 0.15 0.38 0.21 36.32 0.41 0.64
Hex C9 AB 7D 0 F 26 15 24 29 40
Octal 311 253 175 0 17 46 25 44 51 100
Binary 11001001 10101011 1111101 0 1111 100110 10101 100100 101001 1000000

Color Harmonies of #C9AB7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9AB7D

Black with #C9AB7D

Text Example


Text Example

White with #C9AB7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9AB7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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