#CEB374

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

Shades of Putty #CEB374

Tints of Putty #CEB374

Color information

#CEB374 (or 0xCEB374) is unknown color: approx Putty. HEX triplet: CE, B3 and 74. RGB value is (206,179,116). Sum of RGB (Red+Green+Blue) = 206+179+116=501 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.12% from 501); Green value is 179 (70.31% from 255 or 35.73% from 501); Blue value is 116 (45.70% from 255 or 23.15% from 501); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB374 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEB374 is #314C8B. Grayscale: #B4B4B4. Windows color (decimal): -3230860 or 7648206. OLE color: 7648206.

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

Color convert

RGB206179116-
CMYK00.130.440.19
HSL42º47.87%63.14%-
HSV(B)42º43.69%80.78%-
XYZ44.7346.6223.16-
YUV179.8991.95146.62-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 41.12%
GREEN value IS 179 (70.31% from 255) = 35.73%
BLUE value IS 116 (45.70% from 255) = 23.15%
R=41.12%
G=35.73%
B=23.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.44
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20617911600.130.440.194247.8763.14
HexCEB3740D2C132a303f
Octal3162631640155423526077
Binary110011101011001111101000110110110010011101010110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB374; }

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

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

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

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

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

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

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

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