#CEB36D

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

Shades of Putty #CEB36D

Tints of Putty #CEB36D

Color information

#CEB36D (or 0xCEB36D) is unknown color: approx Putty. HEX triplet: CE, B3 and 6D. RGB value is (206,179,109). Sum of RGB (Red+Green+Blue) = 206+179+109=494 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.70% from 494); Green value is 179 (70.31% from 255 or 36.23% from 494); Blue value is 109 (42.97% from 255 or 22.06% from 494); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB36D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEB36D is #314C92. Grayscale: #B3B3B3. Windows color (decimal): -3230867 or 7189454. OLE color: 7189454.

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

Color convert

RGB206179109-
CMYK00.130.470.19
HSL43.3º49.74%61.76%-
HSV(B)43.3º47.09%80.78%-
XYZ44.3346.4721.1-
YUV179.0988.45147.19-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 41.70%
GREEN value IS 179 (70.31% from 255) = 36.23%
BLUE value IS 109 (42.97% from 255) = 22.06%
R=41.70%
G=36.23%
B=22.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.47
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20617910900.130.470.1943.349.7461.76
HexCEB36D0D2F132b323e
Octal3162631550155723536276
Binary110011101011001111011010110110111110011101011110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB36D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB36D; }

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

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

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

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

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

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

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

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