#CEB571

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

Shades of Putty #CEB571

Tints of Putty #CEB571

Color information

#CEB571 (or 0xCEB571) is unknown color: approx Putty. HEX triplet: CE, B5 and 71. RGB value is (206,181,113). Sum of RGB (Red+Green+Blue) = 206+181+113=500 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.2% from 500); Green value is 181 (71.09% from 255 or 36.2% from 500); Blue value is 113 (44.53% from 255 or 22.6% from 500); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB571 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEB571 is #314A8E. Grayscale: #B5B5B5. Windows color (decimal): -3230351 or 7452110. OLE color: 7452110.

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

Color convert

RGB206181113-
CMYK00.120.450.19
HSL43.87º48.69%62.55%-
HSV(B)43.87º45.15%80.78%-
XYZ44.9647.3622.39-
YUV180.7289.78146.03-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 41.2%
GREEN value IS 181 (71.09% from 255) = 36.2%
BLUE value IS 113 (44.53% from 255) = 22.6%
R=41.2%
G=36.2%
B=22.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.45
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20618111300.120.450.1943.8748.6962.55
HexCEB5710C2D132c313f
Octal3162651610145523546177
Binary110011101011010111100010110010110110011101100110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB571; }

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

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

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

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

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

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

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

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