#CEB17B

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

Shades of Putty #CEB17B

Tints of Putty #CEB17B

Color information

#CEB17B (or 0xCEB17B) is unknown color: approx Putty. HEX triplet: CE, B1 and 7B. RGB value is (206,177,123). Sum of RGB (Red+Green+Blue) = 206+177+123=506 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.71% from 506); Green value is 177 (69.53% from 255 or 34.98% from 506); Blue value is 123 (48.44% from 255 or 24.31% from 506); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB17B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEB17B is #314E84. Grayscale: #B3B3B3. Windows color (decimal): -3231365 or 8106446. OLE color: 8106446.

HSL color Cylindrical-coordinate representation of color #CEB17B: hue angle of 39.04º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CEB17B is Cyan = 0, Magento = 0.14, Yellow = 0.40 and Black (K on CMYK) = 0.19.

Color convert

RGB206177123-
CMYK00.140.400.19
HSL39.04º45.86%64.51%-
HSV(B)39.04º40.29%80.78%-
XYZ44.754625.26-
YUV179.5296.11146.89-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40.71%
GREEN value IS 177 (69.53% from 255) = 34.98%
BLUE value IS 123 (48.44% from 255) = 24.31%
R=40.71%
G=34.98%
B=24.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.40
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20617712300.140.400.1939.0445.8664.51
HexCEB17B0E2813272e41
Octal31626117301650234756101
Binary1100111010110001111101101110101000100111001111011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB17B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB17B; }

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

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

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

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

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

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

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

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