#CEAD77

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

Shades of Putty #CEAD77

Tints of Putty #CEAD77

Color information

#CEAD77 (or 0xCEAD77) is unknown color: approx Putty. HEX triplet: CE, AD and 77. RGB value is (206,173,119). Sum of RGB (Red+Green+Blue) = 206+173+119=498 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.37% from 498); Green value is 173 (67.97% from 255 or 34.74% from 498); Blue value is 119 (46.88% from 255 or 23.90% from 498); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAD77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEAD77 is #315288. Grayscale: #B0B0B0. Windows color (decimal): -3232393 or 7843278. OLE color: 7843278.

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

Color convert

RGB206173119-
CMYK00.160.420.19
HSL37.24º47.03%63.73%-
HSV(B)37.24º42.23%80.78%-
XYZ43.7344.3423.71-
YUV176.7195.43148.89-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 41.37%
GREEN value IS 173 (67.97% from 255) = 34.74%
BLUE value IS 119 (46.88% from 255) = 23.90%
R=41.37%
G=34.74%
B=23.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.42
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20617311900.160.420.1937.2447.0363.73
HexCEAD770102A13252f40
Octal31625516702052234557100
Binary11001110101011011110111010000101010100111001011011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEAD77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEAD77; }

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

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

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

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

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

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

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

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