#C8B16E

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

Shades of Putty #C8B16E

Tints of Putty #C8B16E

Color information

#C8B16E (or 0xC8B16E) is unknown color: approx Putty. HEX triplet: C8, B1 and 6E. RGB value is (200,177,110). Sum of RGB (Red+Green+Blue) = 200+177+110=487 (64% of max value = 765). Red value is 200 (78.52% from 255 or 41.07% from 487); Green value is 177 (69.53% from 255 or 36.34% from 487); Blue value is 110 (43.36% from 255 or 22.59% from 487); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B16E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8B16E is #374E91. Grayscale: #B0B0B0. Windows color (decimal): -3624594 or 7254472. OLE color: 7254472.

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

Color convert

RGB200177110-
CMYK00.120.450.22
HSL44.67º45%60.78%-
HSV(B)44.67º45%78.43%-
XYZ42.3644.8521.18-
YUV176.2490.62144.95-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 41.07%
GREEN value IS 177 (69.53% from 255) = 36.34%
BLUE value IS 110 (43.36% from 255) = 22.59%
R=41.07%
G=36.34%
B=22.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.45
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20017711000.120.450.2244.674560.78
HexC8B16E0C2D162d2d3d
Octal3102611560145526555575
Binary110010001011000111011100110010110110110101101101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8B16E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8B16E; }

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

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

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

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

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

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

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

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