Html Css Color HEX #C9B177 Putty

📋 copy color: '#C9B177'

red 201 ◦ green 177 ◦ blue 119

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

Shades of Putty #C9B177

Tints of Putty #C9B177

RGB

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

 GREEN value IS 177 (69.53% from 255) = 35.61%

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

R = 40.44%
G = 35.61%
B = 23.94%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.41

 K value IS 0.21

RGB Variations

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

Color information

#C9B177 (or 0xC9B177) is known color: Putty. HEX triplet: C9, B1 and 77. RGB value is (201,177,119). Sum of RGB (Red+Green+Blue) = 201+177+119=497 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.44% from 497); Green value is 177 (69.53% from 255 or 35.61% from 497); Blue value is 119 (46.88% from 255 or 23.94% from 497); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B177 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9B177 is #364E88. Grayscale: #B1B1B1. Windows color (decimal): -3559049 or 7844297. OLE color: 7844297.

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

Color convert

RGB 201 177 119 -
CMYK 0 0.12 0.41 0.21
HSL 42.44º 0.43% 0.63% -
HSV(B) 42.44º 0.41% 0.79% -
XYZ 43.14 45.19 23.9 -
YUV 177.56 94.95 144.72 -
System Red Green Blue C M Y K H S L
Decimal 201 177 119 0 0.12 0.41 0.21 42.44 0.43 0.63
Hex C9 B1 77 0 C 29 15 2A 2B 3F
Octal 311 261 167 0 14 51 25 52 53 77
Binary 11001001 10110001 1110111 0 1100 101001 10101 101010 101011 111111

Color Harmonies of #C9B177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9B177

Black with #C9B177

Text Example


Text Example

White with #C9B177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9B177; }

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

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

background-color css

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

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

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

border-color css

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

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

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