#CEB175

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

Shades of Putty #CEB175

Tints of Putty #CEB175

Color information

#CEB175 (or 0xCEB175) is unknown color: approx Putty. HEX triplet: CE, B1 and 75. RGB value is (206,177,117). Sum of RGB (Red+Green+Blue) = 206+177+117=500 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.2% from 500); Green value is 177 (69.53% from 255 or 35.4% from 500); Blue value is 117 (46.09% from 255 or 23.4% from 500); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB175 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEB175 is #314E8A. Grayscale: #B3B3B3. Windows color (decimal): -3231371 or 7713230. OLE color: 7713230.

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

Color convert

RGB206177117-
CMYK00.140.430.19
HSL40.45º47.59%63.33%-
HSV(B)40.45º43.2%80.78%-
XYZ44.3945.8523.34-
YUV178.8393.11147.38-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 41.2%
GREEN value IS 177 (69.53% from 255) = 35.4%
BLUE value IS 117 (46.09% from 255) = 23.4%
R=41.2%
G=35.4%
B=23.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.43
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20617711700.140.430.1940.4547.5963.33
HexCEB1750E2B1328303f
Octal3162611650165323506077
Binary110011101011000111101010111010101110011101000110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB175; }

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

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

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

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

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

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

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

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