#CEB379

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

Shades of Putty #CEB379

Tints of Putty #CEB379

Color information

#CEB379 (or 0xCEB379) is unknown color: approx Putty. HEX triplet: CE, B3 and 79. RGB value is (206,179,121). Sum of RGB (Red+Green+Blue) = 206+179+121=506 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.71% from 506); Green value is 179 (70.31% from 255 or 35.38% from 506); Blue value is 121 (47.66% from 255 or 23.91% from 506); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB379 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEB379 is #314C86. Grayscale: #B4B4B4. Windows color (decimal): -3230855 or 7975886. OLE color: 7975886.

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

Color convert

RGB206179121-
CMYK00.130.410.19
HSL40.94º46.45%64.12%-
HSV(B)40.94º41.26%80.78%-
XYZ45.0246.7424.74-
YUV180.4694.45146.22-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40.71%
GREEN value IS 179 (70.31% from 255) = 35.38%
BLUE value IS 121 (47.66% from 255) = 23.91%
R=40.71%
G=35.38%
B=23.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.41
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20617912100.130.410.1940.9446.4564.12
HexCEB3790D2913292e40
Octal31626317101551235156100
Binary1100111010110011111100101101101001100111010011011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB379; }

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

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

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

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

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

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

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

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