Html Css Color HEX #C9B66D Putty

📋 copy color: '#C9B66D'

red 201 ◦ green 182 ◦ blue 109

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

Shades of Putty #C9B66D

Tints of Putty #C9B66D

RGB

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

 GREEN value IS 182 (71.48% from 255) = 36.99%

 BLUE value IS 109 (42.97% from 255) = 22.15%

R = 40.85%
G = 36.99%
B = 22.15%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.46

 K value IS 0.21

RGB Variations

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

Color information

#C9B66D (or 0xC9B66D) is known color: Putty. HEX triplet: C9, B6 and 6D. RGB value is (201,182,109). Sum of RGB (Red+Green+Blue) = 201+182+109=492 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.85% from 492); Green value is 182 (71.48% from 255 or 36.99% from 492); Blue value is 109 (42.97% from 255 or 22.15% from 492); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B66D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9B66D is #364992. Grayscale: #B3B3B3. Windows color (decimal): -3557779 or 7190217. OLE color: 7190217.

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

Color convert

RGB 201 182 109 -
CMYK 0 0.09 0.46 0.21
HSL 47.61º 0.46% 0.61% -
HSV(B) 47.61º 0.46% 0.79% -
XYZ 43.58 46.98 21.24 -
YUV 179.36 88.29 143.44 -
System Red Green Blue C M Y K H S L
Decimal 201 182 109 0 0.09 0.46 0.21 47.61 0.46 0.61
Hex C9 B6 6D 0 9 2E 15 30 2E 3D
Octal 311 266 155 0 11 56 25 60 56 75
Binary 11001001 10110110 1101101 0 1001 101110 10101 110000 101110 111101

Color Harmonies of #C9B66D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9B66D

Black with #C9B66D

Text Example


Text Example

White with #C9B66D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9B66D; }

 p { color: rgb(201,182,109); }

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

background-color css

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

 a { background-color: rgb(201,182,109); }

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

border-color css

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

 span { border-color: rgb(201,182,109); }

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