#CEBA73

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

Shades of Putty #CEBA73

Tints of Putty #CEBA73

Color information

#CEBA73 (or 0xCEBA73) is unknown color: approx Putty. HEX triplet: CE, BA and 73. RGB value is (206,186,115). Sum of RGB (Red+Green+Blue) = 206+186+115=507 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.63% from 507); Green value is 186 (73.05% from 255 or 36.69% from 507); Blue value is 115 (45.31% from 255 or 22.68% from 507); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBA73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEBA73 is #31458C. Grayscale: #B8B8B8. Windows color (decimal): -3229069 or 7584462. OLE color: 7584462.

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

Color convert

RGB206186115-
CMYK00.100.440.19
HSL46.81º48.15%62.94%-
HSV(B)46.81º44.17%80.78%-
XYZ46.1149.4823.34-
YUV183.8989.13143.77-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40.63%
GREEN value IS 186 (73.05% from 255) = 36.69%
BLUE value IS 115 (45.31% from 255) = 22.68%
R=40.63%
G=36.69%
B=22.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.44
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20618611500.100.440.1946.8148.1562.94
HexCEBA730A2C132f303f
Octal3162721630125423576077
Binary110011101011101011100110101010110010011101111110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBA73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBA73; }

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

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

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

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

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

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

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

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