Html Css Color HEX #C9B16B Putty

📋 copy color: '#C9B16B'

red 201 ◦ green 177 ◦ blue 107

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

Shades of Putty #C9B16B

Tints of Putty #C9B16B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 22.06%

R = 41.44%
G = 36.49%
B = 22.06%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.47

 K value IS 0.21

RGB Variations

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

Color information

#C9B16B (or 0xC9B16B) is known color: Putty. HEX triplet: C9, B1 and 6B. RGB value is (201,177,107). Sum of RGB (Red+Green+Blue) = 201+177+107=485 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.44% from 485); Green value is 177 (69.53% from 255 or 36.49% from 485); Blue value is 107 (42.19% from 255 or 22.06% from 485); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B16B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9B16B is #364E94. Grayscale: #B0B0B0. Windows color (decimal): -3559061 or 7057865. OLE color: 7057865.

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

Color convert

RGB 201 177 107 -
CMYK 0 0.12 0.47 0.21
HSL 44.68º 0.47% 0.6% -
HSV(B) 44.68º 0.47% 0.79% -
XYZ 42.46 44.92 20.34 -
YUV 176.2 88.95 145.69 -
System Red Green Blue C M Y K H S L
Decimal 201 177 107 0 0.12 0.47 0.21 44.68 0.47 0.6
Hex C9 B1 6B 0 C 2F 15 2D 2F 3C
Octal 311 261 153 0 14 57 25 55 57 74
Binary 11001001 10110001 1101011 0 1100 101111 10101 101101 101111 111100

Color Harmonies of #C9B16B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9B16B

Black with #C9B16B

Text Example


Text Example

White with #C9B16B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9B16B; }

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

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

background-color css

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

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

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

border-color css

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

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

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