#CEB47A

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

Shades of Putty #CEB47A

Tints of Putty #CEB47A

Color information

#CEB47A (or 0xCEB47A) is unknown color: approx Putty. HEX triplet: CE, B4 and 7A. RGB value is (206,180,122). Sum of RGB (Red+Green+Blue) = 206+180+122=508 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.55% from 508); Green value is 180 (70.70% from 255 or 35.43% from 508); Blue value is 122 (48.05% from 255 or 24.02% from 508); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB47A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEB47A is #314B85. Grayscale: #B5B5B5. Windows color (decimal): -3230598 or 8041678. OLE color: 8041678.

HSL color Cylindrical-coordinate representation of color #CEB47A: hue angle of 41.43º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CEB47A is Cyan = 0, Magento = 0.13, Yellow = 0.41 and Black (K on CMYK) = 0.19.

Color convert

RGB206180122-
CMYK00.130.410.19
HSL41.43º46.15%64.31%-
HSV(B)41.43º40.78%80.78%-
XYZ45.2947.1725.13-
YUV181.1694.61145.72-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40.55%
GREEN value IS 180 (70.70% from 255) = 35.43%
BLUE value IS 122 (48.05% from 255) = 24.02%
R=40.55%
G=35.43%
B=24.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.41
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20618012200.130.410.1941.4346.1564.31
HexCEB47A0D2913292e40
Octal31626417201551235156100
Binary1100111010110100111101001101101001100111010011011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB47A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB47A; }

 p { color: rgb(206,180,122); }

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

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

 a { background-color: rgb(206,180,122); }

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

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

 span { border-color: rgb(206,180,122); }

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