#CEAE68

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

Shades of Putty #CEAE68

Tints of Putty #CEAE68

Color information

#CEAE68 (or 0xCEAE68) is unknown color: approx Putty. HEX triplet: CE, AE and 68. RGB value is (206,174,104). Sum of RGB (Red+Green+Blue) = 206+174+104=484 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.56% from 484); Green value is 174 (68.36% from 255 or 35.95% from 484); Blue value is 104 (41.02% from 255 or 21.49% from 484); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAE68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEAE68 is #315197. Grayscale: #AFAFAF. Windows color (decimal): -3232152 or 6860494. OLE color: 6860494.

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

Color convert

RGB206174104-
CMYK00.160.500.19
HSL41.18º51%60.78%-
HSV(B)41.18º49.51%80.78%-
XYZ43.0944.3919.39-
YUV175.5987.6149.69-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 42.56%
GREEN value IS 174 (68.36% from 255) = 35.95%
BLUE value IS 104 (41.02% from 255) = 21.49%
R=42.56%
G=35.95%
B=21.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.50
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20617410400.160.500.1941.185160.78
HexCEAE68010321329333d
Octal3162561500206223516375
Binary1100111010101110110100001000011001010011101001110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEAE68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEAE68; }

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

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

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

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

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

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

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

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