#CEA777

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

Shades of Putty #CEA777

Tints of Putty #CEA777

Color information

#CEA777 (or 0xCEA777) is unknown color: approx Putty. HEX triplet: CE, A7 and 77. RGB value is (206,167,119). Sum of RGB (Red+Green+Blue) = 206+167+119=492 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.87% from 492); Green value is 167 (65.62% from 255 or 33.94% from 492); Blue value is 119 (46.88% from 255 or 24.19% from 492); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA777 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA777 is #315888. Grayscale: #ADADAD. Windows color (decimal): -3233929 or 7841742. OLE color: 7841742.

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

Color convert

RGB206167119-
CMYK00.190.420.19
HSL33.1º47.03%63.73%-
HSV(B)33.1º42.23%80.78%-
XYZ42.642.0923.33-
YUV173.1997.42151.4-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 41.87%
GREEN value IS 167 (65.62% from 255) = 33.94%
BLUE value IS 119 (46.88% from 255) = 24.19%
R=41.87%
G=33.94%
B=24.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.42
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20616711900.190.420.1933.147.0363.73
HexCEA7770132A13212f40
Octal31624716702352234157100
Binary11001110101001111110111010011101010100111000011011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEA777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEA777; }

 p { color: rgb(206,167,119); }

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

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

 a { background-color: rgb(206,167,119); }

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

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

 span { border-color: rgb(206,167,119); }

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