#CEAE6D

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

Shades of Putty #CEAE6D

Tints of Putty #CEAE6D

Color information

#CEAE6D (or 0xCEAE6D) is unknown color: approx Putty. HEX triplet: CE, AE and 6D. RGB value is (206,174,109). Sum of RGB (Red+Green+Blue) = 206+174+109=489 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.13% from 489); Green value is 174 (68.36% from 255 or 35.58% from 489); Blue value is 109 (42.97% from 255 or 22.29% from 489); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAE6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEAE6D is #315192. Grayscale: #B0B0B0. Windows color (decimal): -3232147 or 7188174. OLE color: 7188174.

HSL color Cylindrical-coordinate representation of color #CEAE6D: hue angle of 40.21º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CEAE6D is Cyan = 0, Magento = 0.16, Yellow = 0.47 and Black (K on CMYK) = 0.19.

Color convert

RGB206174109-
CMYK00.160.470.19
HSL40.21º49.74%61.76%-
HSV(B)40.21º47.09%80.78%-
XYZ43.3544.520.77-
YUV176.1690.1149.29-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 42.13%
GREEN value IS 174 (68.36% from 255) = 35.58%
BLUE value IS 109 (42.97% from 255) = 22.29%
R=42.13%
G=35.58%
B=22.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.47
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20617410900.160.470.1940.2149.7461.76
HexCEAE6D0102F1328323e
Octal3162561550205723506276
Binary1100111010101110110110101000010111110011101000110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEAE6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEAE6D; }

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

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

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

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

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

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

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

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