#CEB375

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

Shades of Putty #CEB375

Tints of Putty #CEB375

Color information

#CEB375 (or 0xCEB375) is unknown color: approx Putty. HEX triplet: CE, B3 and 75. RGB value is (206,179,117). Sum of RGB (Red+Green+Blue) = 206+179+117=502 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.04% from 502); Green value is 179 (70.31% from 255 or 35.66% from 502); Blue value is 117 (46.09% from 255 or 23.31% from 502); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB375 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEB375 is #314C8A. Grayscale: #B4B4B4. Windows color (decimal): -3230859 or 7713742. OLE color: 7713742.

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

Color convert

RGB206179117-
CMYK00.130.430.19
HSL41.8º47.59%63.33%-
HSV(B)41.8º43.2%80.78%-
XYZ44.7846.6523.47-
YUV18092.45146.54-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 41.04%
GREEN value IS 179 (70.31% from 255) = 35.66%
BLUE value IS 117 (46.09% from 255) = 23.31%
R=41.04%
G=35.66%
B=23.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.43
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20617911700.130.430.1941.847.5963.33
HexCEB3750D2B132a303f
Octal3162631650155323526077
Binary110011101011001111101010110110101110011101010110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB375; }

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

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

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

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

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

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

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

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