#CEB971

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

Shades of Putty #CEB971

Tints of Putty #CEB971

Color information

#CEB971 (or 0xCEB971) is unknown color: approx Putty. HEX triplet: CE, B9 and 71. RGB value is (206,185,113). Sum of RGB (Red+Green+Blue) = 206+185+113=504 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.87% from 504); Green value is 185 (72.66% from 255 or 36.71% from 504); Blue value is 113 (44.53% from 255 or 22.42% from 504); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB971 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEB971 is #31468E. Grayscale: #B7B7B7. Windows color (decimal): -3229327 or 7453134. OLE color: 7453134.

HSL color Cylindrical-coordinate representation of color #CEB971: hue angle of 46.45º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CEB971 is Cyan = 0, Magento = 0.10, Yellow = 0.45 and Black (K on CMYK) = 0.19.

Color convert

RGB206185113-
CMYK00.100.450.19
HSL46.45º48.69%62.55%-
HSV(B)46.45º45.15%80.78%-
XYZ45.7849.0122.67-
YUV183.0788.46144.35-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40.87%
GREEN value IS 185 (72.66% from 255) = 36.71%
BLUE value IS 113 (44.53% from 255) = 22.42%
R=40.87%
G=36.71%
B=22.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.45
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20618511300.100.450.1946.4548.6962.55
HexCEB9710A2D132e313f
Octal3162711610125523566177
Binary110011101011100111100010101010110110011101110110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB971; }

 p { color: rgb(206,185,113); }

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

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

 a { background-color: rgb(206,185,113); }

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

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

 span { border-color: rgb(206,185,113); }

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