#C8B66F

Color #C8B66F Putty (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Putty #C8B66F

Tints of Putty #C8B66F

Color information

#C8B66F (or 0xC8B66F) is unknown color: approx Putty. HEX triplet: C8, B6 and 6F. RGB value is (200,182,111). Sum of RGB (Red+Green+Blue) = 200+182+111=493 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.57% from 493); Green value is 182 (71.48% from 255 or 36.92% from 493); Blue value is 111 (43.75% from 255 or 22.52% from 493); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B66F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8B66F is #374990. Grayscale: #B3B3B3. Windows color (decimal): -3623313 or 7321288. OLE color: 7321288.

HSL color Cylindrical-coordinate representation of color #C8B66F: hue angle of 47.87º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C8B66F is Cyan = 0, Magento = 0.09, Yellow = 0.44 and Black (K on CMYK) = 0.22.

Color convert

RGB200182111-
CMYK00.090.440.22
HSL47.87º44.72%60.98%-
HSV(B)47.87º44.5%78.43%-
XYZ43.4246.8821.8-
YUV179.2989.46142.77-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 40.57%
GREEN value IS 182 (71.48% from 255) = 36.92%
BLUE value IS 111 (43.75% from 255) = 22.52%
R=40.57%
G=36.92%
B=22.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.44
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20018211100.090.440.2247.8744.7260.98
HexC8B66F092C16302d3d
Octal3102661570115426605575
Binary110010001011011011011110100110110010110110000101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8B66F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8B66F; }

 p { color: rgb(200,182,111); }

 H1.HeaderClassName
 {
   color: #C8B66F;
 }
 .AnyTagClassName
 {
   color: #C8B66F;
 }
</style>
background-color css

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

 a { background-color: rgb(200,182,111); }

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

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

 span { border-color: rgb(200,182,111); }

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