Html Css Color HEX #C9B16E Putty

📋 copy color: '#C9B16E'

red 201 ◦ green 177 ◦ blue 110

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

Shades of Putty #C9B16E

Tints of Putty #C9B16E

RGB

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

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

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

R = 41.19%
G = 36.27%
B = 22.54%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.45

 K value IS 0.21

RGB Variations

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

Color information

#C9B16E (or 0xC9B16E) is known color: Putty. HEX triplet: C9, B1 and 6E. RGB value is (201,177,110). Sum of RGB (Red+Green+Blue) = 201+177+110=488 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.19% from 488); Green value is 177 (69.53% from 255 or 36.27% from 488); Blue value is 110 (43.36% from 255 or 22.54% from 488); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B16E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9B16E is #364E91. Grayscale: #B0B0B0. Windows color (decimal): -3559058 or 7254473. OLE color: 7254473.

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

Color convert

RGB 201 177 110 -
CMYK 0 0.12 0.45 0.21
HSL 44.18º 0.46% 0.61% -
HSV(B) 44.18º 0.45% 0.79% -
XYZ 42.62 44.99 21.19 -
YUV 176.54 90.45 145.45 -
System Red Green Blue C M Y K H S L
Decimal 201 177 110 0 0.12 0.45 0.21 44.18 0.46 0.61
Hex C9 B1 6E 0 C 2D 15 2C 2E 3D
Octal 311 261 156 0 14 55 25 54 56 75
Binary 11001001 10110001 1101110 0 1100 101101 10101 101100 101110 111101

Color Harmonies of #C9B16E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9B16E

Black with #C9B16E

Text Example


Text Example

White with #C9B16E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9B16E; }

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

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

background-color css

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

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

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

border-color css

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

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

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