#CEA46E

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

Shades of Putty #CEA46E

Tints of Putty #CEA46E

Color information

#CEA46E (or 0xCEA46E) is unknown color: approx Putty. HEX triplet: CE, A4 and 6E. RGB value is (206,164,110). Sum of RGB (Red+Green+Blue) = 206+164+110=480 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.92% from 480); Green value is 164 (64.45% from 255 or 34.17% from 480); Blue value is 110 (43.36% from 255 or 22.92% from 480); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA46E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA46E is #315B91. Grayscale: #AAAAAA. Windows color (decimal): -3234706 or 7251150. OLE color: 7251150.

HSL color Cylindrical-coordinate representation of color #CEA46E: hue angle of 33.75º degrees, saturation: 0.49, 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 #CEA46E is Cyan = 0, Magento = 0.20, Yellow = 0.47 and Black (K on CMYK) = 0.19.

Color convert

RGB206164110-
CMYK00.200.470.19
HSL33.75º49.48%61.96%-
HSV(B)33.75º46.6%80.78%-
XYZ41.5440.820.44-
YUV170.493.91153.39-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 42.92%
GREEN value IS 164 (64.45% from 255) = 34.17%
BLUE value IS 110 (43.36% from 255) = 22.92%
R=42.92%
G=34.17%
B=22.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.47
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20616411000.200.470.1933.7549.4861.96
HexCEA46E0142F1322313e
Octal3162441560245723426176
Binary1100111010100100110111001010010111110011100010110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEA46E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEA46E; }

 p { color: rgb(206,164,110); }

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

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

 a { background-color: rgb(206,164,110); }

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

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

 span { border-color: rgb(206,164,110); }

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