#CEAF77

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

Shades of Putty #CEAF77

Tints of Putty #CEAF77

Color information

#CEAF77 (or 0xCEAF77) is unknown color: approx Putty. HEX triplet: CE, AF and 77. RGB value is (206,175,119). Sum of RGB (Red+Green+Blue) = 206+175+119=500 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.2% from 500); Green value is 175 (68.75% from 255 or 35% from 500); Blue value is 119 (46.88% from 255 or 23.8% from 500); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAF77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEAF77 is #315088. Grayscale: #B2B2B2. Windows color (decimal): -3231881 or 7843790. OLE color: 7843790.

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

Color convert

RGB206175119-
CMYK00.150.420.19
HSL38.62º47.03%63.73%-
HSV(B)38.62º42.23%80.78%-
XYZ44.1145.1123.84-
YUV177.8894.77148.05-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 41.2%
GREEN value IS 175 (68.75% from 255) = 35%
BLUE value IS 119 (46.88% from 255) = 23.8%
R=41.2%
G=35%
B=23.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.42
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20617511900.150.420.1938.6247.0363.73
HexCEAF770F2A13272f40
Octal31625716701752234757100
Binary1100111010101111111011101111101010100111001111011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEAF77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEAF77; }

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

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

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

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

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

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

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

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