#ceab72

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

Shades of Putty #CEAB72

Tints of Putty #CEAB72

Color information

#CEAB72 (or 0xCEAB72) is unknown color: approx Putty. HEX triplet: CE, AB and 72. RGB value is (206,171,114). Sum of RGB (Red+Green+Blue) = 206+171+114=491 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.96% from 491); Green value is 171 (67.19% from 255 or 34.83% from 491); Blue value is 114 (44.92% from 255 or 23.22% from 491); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAB72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEAB72 is #31548D. Grayscale: #AFAFAF. Windows color (decimal): -3232910 or 7515086. OLE color: 7515086.

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

Color convert

RGB206171114-
CMYK00.170.450.19
HSL37.17º48.42%62.75%-
HSV(B)37.17º44.66%80.78%-
XYZ43.0543.4622.04-
YUV174.9793.6150.13-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 41.96%
GREEN value IS 171 (67.19% from 255) = 34.83%
BLUE value IS 114 (44.92% from 255) = 23.22%
R=41.96%
G=34.83%
B=23.22%

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
Decimal20617111400.170.450.1937.1748.4262.75
HexCEAB720112D1325303f
Octal3162531620215523456077
Binary1100111010101011111001001000110110110011100101110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ceab72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ceab72; }

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

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

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

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

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

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

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

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