#CEAB71

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

Shades of Putty #CEAB71

Tints of Putty #CEAB71

Color information

#CEAB71 (or 0xCEAB71) is unknown color: approx Putty. HEX triplet: CE, AB and 71. RGB value is (206,171,113). Sum of RGB (Red+Green+Blue) = 206+171+113=490 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.04% from 490); Green value is 171 (67.19% from 255 or 34.90% from 490); Blue value is 113 (44.53% from 255 or 23.06% from 490); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAB71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEAB71 is #31548E. Grayscale: #AFAFAF. Windows color (decimal): -3232911 or 7449550. OLE color: 7449550.

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

Color convert

RGB206171113-
CMYK00.170.450.19
HSL37.42º48.69%62.55%-
HSV(B)37.42º45.15%80.78%-
XYZ4343.4421.74-
YUV174.8593.1150.22-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 42.04%
GREEN value IS 171 (67.19% from 255) = 34.90%
BLUE value IS 113 (44.53% from 255) = 23.06%
R=42.04%
G=34.90%
B=23.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.45
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20617111300.170.450.1937.4248.6962.55
HexCEAB710112D1325313f
Octal3162531610215523456177
Binary1100111010101011111000101000110110110011100101110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEAB71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEAB71; }

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

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

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

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

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

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

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

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