#CEB171

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

Shades of Putty #CEB171

Tints of Putty #CEB171

Color information

#CEB171 (or 0xCEB171) is unknown color: approx Putty. HEX triplet: CE, B1 and 71. RGB value is (206,177,113). Sum of RGB (Red+Green+Blue) = 206+177+113=496 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.53% from 496); Green value is 177 (69.53% from 255 or 35.69% from 496); Blue value is 113 (44.53% from 255 or 22.78% from 496); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB171 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEB171 is #314E8E. Grayscale: #B2B2B2. Windows color (decimal): -3231375 or 7451086. OLE color: 7451086.

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

Color convert

RGB206177113-
CMYK00.140.450.19
HSL41.29º48.69%62.55%-
HSV(B)41.29º45.15%80.78%-
XYZ44.1645.7622.13-
YUV178.3891.11147.7-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 41.53%
GREEN value IS 177 (69.53% from 255) = 35.69%
BLUE value IS 113 (44.53% from 255) = 22.78%
R=41.53%
G=35.69%
B=22.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.45
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20617711300.140.450.1941.2948.6962.55
HexCEB1710E2D1329313f
Octal3162611610165523516177
Binary110011101011000111100010111010110110011101001110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB171; }

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

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

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

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

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

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

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

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