Html Css Color HEX #C9AB77 Putty

📋 copy color: '#C9AB77'

red 201 ◦ green 171 ◦ blue 119

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

Shades of Putty #C9AB77

Tints of Putty #C9AB77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 24.24%

R = 40.94%
G = 34.83%
B = 24.24%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.41

 K value IS 0.21

RGB Variations

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

Color information

#C9AB77 (or 0xC9AB77) is known color: Putty. HEX triplet: C9, AB and 77. RGB value is (201,171,119). Sum of RGB (Red+Green+Blue) = 201+171+119=491 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.94% from 491); Green value is 171 (67.19% from 255 or 34.83% from 491); Blue value is 119 (46.88% from 255 or 24.24% from 491); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AB77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9AB77 is #365488. Grayscale: #AEAEAE. Windows color (decimal): -3560585 or 7842761. OLE color: 7842761.

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

Color convert

RGB 201 171 119 -
CMYK 0 0.15 0.41 0.21
HSL 38.05º 0.43% 0.63% -
HSV(B) 38.05º 0.41% 0.79% -
XYZ 41.98 42.88 23.52 -
YUV 174.04 96.94 147.23 -
System Red Green Blue C M Y K H S L
Decimal 201 171 119 0 0.15 0.41 0.21 38.05 0.43 0.63
Hex C9 AB 77 0 F 29 15 26 2B 3F
Octal 311 253 167 0 17 51 25 46 53 77
Binary 11001001 10101011 1110111 0 1111 101001 10101 100110 101011 111111

Color Harmonies of #C9AB77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9AB77

Black with #C9AB77

Text Example


Text Example

White with #C9AB77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9AB77; }

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

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

background-color css

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

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

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

border-color css

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

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

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