#CEA669

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

Shades of Putty #CEA669

Tints of Putty #CEA669

Color information

#CEA669 (or 0xCEA669) is unknown color: approx Putty. HEX triplet: CE, A6 and 69. RGB value is (206,166,105). Sum of RGB (Red+Green+Blue) = 206+166+105=477 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.19% from 477); Green value is 166 (65.23% from 255 or 34.80% from 477); Blue value is 105 (41.41% from 255 or 22.01% from 477); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA669 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA669 is #315996. Grayscale: #ABABAB. Windows color (decimal): -3234199 or 6923982. OLE color: 6923982.

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

Color convert

RGB206166105-
CMYK00.190.490.19
HSL36.24º50.75%60.98%-
HSV(B)36.24º49.03%80.78%-
XYZ41.6441.4119.16-
YUV171.0190.75152.96-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 43.19%
GREEN value IS 166 (65.23% from 255) = 34.80%
BLUE value IS 105 (41.41% from 255) = 22.01%
R=43.19%
G=34.80%
B=22.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.49
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20616610500.190.490.1936.2450.7560.98
HexCEA669013311324333d
Octal3162461510236123446375
Binary1100111010100110110100101001111000110011100100110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEA669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEA669; }

 p { color: rgb(206,166,105); }

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

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

 a { background-color: rgb(206,166,105); }

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

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

 span { border-color: rgb(206,166,105); }

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