Html Css Color HEX #C9B76E Putty

📋 copy color: '#C9B76E'

red 201 ◦ green 183 ◦ blue 110

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

Shades of Putty #C9B76E

Tints of Putty #C9B76E

RGB

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

 GREEN value IS 183 (71.88% from 255) = 37.04%

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

R = 40.69%
G = 37.04%
B = 22.27%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.45

 K value IS 0.21

RGB Variations

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

Color information

#C9B76E (or 0xC9B76E) is known color: Putty. HEX triplet: C9, B7 and 6E. RGB value is (201,183,110). Sum of RGB (Red+Green+Blue) = 201+183+110=494 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.69% from 494); Green value is 183 (71.88% from 255 or 37.04% from 494); Blue value is 110 (43.36% from 255 or 22.27% from 494); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B76E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9B76E is #364891. Grayscale: #B4B4B4. Windows color (decimal): -3557522 or 7256009. OLE color: 7256009.

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

Color convert

RGB 201 183 110 -
CMYK 0 0.09 0.45 0.21
HSL 48.13º 0.46% 0.61% -
HSV(B) 48.13º 0.45% 0.79% -
XYZ 43.84 47.41 21.59 -
YUV 180.06 88.46 142.94 -
System Red Green Blue C M Y K H S L
Decimal 201 183 110 0 0.09 0.45 0.21 48.13 0.46 0.61
Hex C9 B7 6E 0 9 2D 15 30 2E 3D
Octal 311 267 156 0 11 55 25 60 56 75
Binary 11001001 10110111 1101110 0 1001 101101 10101 110000 101110 111101

Color Harmonies of #C9B76E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9B76E

Black with #C9B76E

Text Example


Text Example

White with #C9B76E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9B76E; }

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

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

background-color css

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

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

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

border-color css

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

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

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