#CEA969

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

Shades of Putty #CEA969

Tints of Putty #CEA969

Color information

#CEA969 (or 0xCEA969) is unknown color: approx Putty. HEX triplet: CE, A9 and 69. RGB value is (206,169,105). Sum of RGB (Red+Green+Blue) = 206+169+105=480 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.92% from 480); Green value is 169 (66.41% from 255 or 35.21% from 480); Blue value is 105 (41.41% from 255 or 21.88% from 480); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA969 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA969 is #315696. Grayscale: #ADADAD. Windows color (decimal): -3233431 or 6924750. OLE color: 6924750.

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

Color convert

RGB206169105-
CMYK00.180.490.19
HSL38.02º50.75%60.98%-
HSV(B)38.02º49.03%80.78%-
XYZ42.1942.5219.35-
YUV172.7789.76151.7-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 42.92%
GREEN value IS 169 (66.41% from 255) = 35.21%
BLUE value IS 105 (41.41% from 255) = 21.88%
R=42.92%
G=35.21%
B=21.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.49
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20616910500.180.490.1938.0250.7560.98
HexCEA969012311326333d
Octal3162511510226123466375
Binary1100111010101001110100101001011000110011100110110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEA969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEA969; }

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

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

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

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

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

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

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

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