#CEB06F

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

Shades of Putty #CEB06F

Tints of Putty #CEB06F

Color information

#CEB06F (or 0xCEB06F) is unknown color: approx Putty. HEX triplet: CE, B0 and 6F. RGB value is (206,176,111). Sum of RGB (Red+Green+Blue) = 206+176+111=493 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.78% from 493); Green value is 176 (69.14% from 255 or 35.70% from 493); Blue value is 111 (43.75% from 255 or 22.52% from 493); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB06F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEB06F is #314F90. Grayscale: #B1B1B1. Windows color (decimal): -3231633 or 7319758. OLE color: 7319758.

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

Color convert

RGB206176111-
CMYK00.150.460.19
HSL41.05º49.22%62.16%-
HSV(B)41.05º46.12%80.78%-
XYZ43.8545.3221.48-
YUV177.5690.44148.29-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 41.78%
GREEN value IS 176 (69.14% from 255) = 35.70%
BLUE value IS 111 (43.75% from 255) = 22.52%
R=41.78%
G=35.70%
B=22.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.46
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20617611100.150.460.1941.0549.2262.16
HexCEB06F0F2E1329313e
Octal3162601570175623516176
Binary110011101011000011011110111110111010011101001110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB06F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB06F; }

 p { color: rgb(206,176,111); }

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

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

 a { background-color: rgb(206,176,111); }

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

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

 span { border-color: rgb(206,176,111); }

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