#CEB16D

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

Shades of Putty #CEB16D

Tints of Putty #CEB16D

Color information

#CEB16D (or 0xCEB16D) is unknown color: approx Putty. HEX triplet: CE, B1 and 6D. RGB value is (206,177,109). Sum of RGB (Red+Green+Blue) = 206+177+109=492 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.87% from 492); Green value is 177 (69.53% from 255 or 35.98% from 492); Blue value is 109 (42.97% from 255 or 22.15% from 492); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB16D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEB16D is #314E92. Grayscale: #B2B2B2. Windows color (decimal): -3231379 or 7188942. OLE color: 7188942.

HSL color Cylindrical-coordinate representation of color #CEB16D: hue angle of 42.06º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CEB16D is Cyan = 0, Magento = 0.14, Yellow = 0.47 and Black (K on CMYK) = 0.19.

Color convert

RGB206177109-
CMYK00.140.470.19
HSL42.06º49.74%61.76%-
HSV(B)42.06º47.09%80.78%-
XYZ43.9445.6720.97-
YUV177.9289.11148.03-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 41.87%
GREEN value IS 177 (69.53% from 255) = 35.98%
BLUE value IS 109 (42.97% from 255) = 22.15%
R=41.87%
G=35.98%
B=22.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.47
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20617710900.140.470.1942.0649.7461.76
HexCEB16D0E2F132a323e
Octal3162611550165723526276
Binary110011101011000111011010111010111110011101010110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB16D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB16D; }

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

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

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

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

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

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

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

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