#CEAE65

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

Shades of Putty #CEAE65

Tints of Putty #CEAE65

Color information

#CEAE65 (or 0xCEAE65) is unknown color: approx Putty. HEX triplet: CE, AE and 65. RGB value is (206,174,101). Sum of RGB (Red+Green+Blue) = 206+174+101=481 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.83% from 481); Green value is 174 (68.36% from 255 or 36.17% from 481); Blue value is 101 (39.84% from 255 or 21.00% from 481); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAE65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEAE65 is #31519A. Grayscale: #AFAFAF. Windows color (decimal): -3232155 or 6663886. OLE color: 6663886.

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

Color convert

RGB206174101-
CMYK00.160.510.19
HSL41.71º51.72%60.2%-
HSV(B)41.71º50.97%80.78%-
XYZ42.9444.3318.61-
YUV175.2586.1149.94-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 42.83%
GREEN value IS 174 (68.36% from 255) = 36.17%
BLUE value IS 101 (39.84% from 255) = 21.00%
R=42.83%
G=36.17%
B=21.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.51
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20617410100.160.510.1941.7151.7260.2
HexCEAE6501033132a343c
Octal3162561450206323526474
Binary1100111010101110110010101000011001110011101010110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEAE65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEAE65; }

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

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

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

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

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

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

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

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