#CEB26D

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

Shades of Putty #CEB26D

Tints of Putty #CEB26D

Color information

#CEB26D (or 0xCEB26D) is unknown color: approx Putty. HEX triplet: CE, B2 and 6D. RGB value is (206,178,109). Sum of RGB (Red+Green+Blue) = 206+178+109=493 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.78% from 493); Green value is 178 (69.92% from 255 or 36.11% from 493); Blue value is 109 (42.97% from 255 or 22.11% from 493); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB26D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEB26D is #314D92. Grayscale: #B2B2B2. Windows color (decimal): -3231123 or 7189198. OLE color: 7189198.

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

Color convert

RGB206178109-
CMYK00.140.470.19
HSL42.68º49.74%61.76%-
HSV(B)42.68º47.09%80.78%-
XYZ44.1346.0721.03-
YUV178.5188.78147.61-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 41.78%
GREEN value IS 178 (69.92% from 255) = 36.11%
BLUE value IS 109 (42.97% from 255) = 22.11%
R=41.78%
G=36.11%
B=22.11%

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
Decimal20617810900.140.470.1942.6849.7461.76
HexCEB26D0E2F132b323e
Octal3162621550165723536276
Binary110011101011001011011010111010111110011101011110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB26D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB26D; }

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

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

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

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

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

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

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

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