#CEB073

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

Shades of Putty #CEB073

Tints of Putty #CEB073

Color information

#CEB073 (or 0xCEB073) is unknown color: approx Putty. HEX triplet: CE, B0 and 73. RGB value is (206,176,115). Sum of RGB (Red+Green+Blue) = 206+176+115=497 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.45% from 497); Green value is 176 (69.14% from 255 or 35.41% from 497); Blue value is 115 (45.31% from 255 or 23.14% from 497); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB073 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEB073 is #314F8C. Grayscale: #B2B2B2. Windows color (decimal): -3231629 or 7581902. OLE color: 7581902.

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

Color convert

RGB206176115-
CMYK00.150.440.19
HSL40.22º48.15%62.94%-
HSV(B)40.22º44.17%80.78%-
XYZ44.0745.4122.66-
YUV178.0292.44147.96-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 41.45%
GREEN value IS 176 (69.14% from 255) = 35.41%
BLUE value IS 115 (45.31% from 255) = 23.14%
R=41.45%
G=35.41%
B=23.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.44
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20617611500.150.440.1940.2248.1562.94
HexCEB0730F2C1328303f
Octal3162601630175423506077
Binary110011101011000011100110111110110010011101000110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB073; }

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

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

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

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

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

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

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

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