#CEAE7B

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

Shades of Putty #CEAE7B

Tints of Putty #CEAE7B

Color information

#CEAE7B (or 0xCEAE7B) is unknown color: approx Putty. HEX triplet: CE, AE and 7B. RGB value is (206,174,123). Sum of RGB (Red+Green+Blue) = 206+174+123=503 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.95% from 503); Green value is 174 (68.36% from 255 or 34.59% from 503); Blue value is 123 (48.44% from 255 or 24.45% from 503); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAE7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEAE7B is #315184. Grayscale: #B1B1B1. Windows color (decimal): -3232133 or 8105678. OLE color: 8105678.

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

Color convert

RGB206174123-
CMYK00.160.400.19
HSL36.87º45.86%64.51%-
HSV(B)36.87º40.29%80.78%-
XYZ44.1644.8225.06-
YUV177.7597.1148.15-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40.95%
GREEN value IS 174 (68.36% from 255) = 34.59%
BLUE value IS 123 (48.44% from 255) = 24.45%
R=40.95%
G=34.59%
B=24.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.40
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20617412300.160.400.1936.8745.8664.51
HexCEAE7B0102813252e41
Octal31625617302050234556101
Binary11001110101011101111011010000101000100111001011011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEAE7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEAE7B; }

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

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

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

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

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

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

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

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