#CEAF71

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

Shades of Putty #CEAF71

Tints of Putty #CEAF71

Color information

#CEAF71 (or 0xCEAF71) is unknown color: approx Putty. HEX triplet: CE, AF and 71. RGB value is (206,175,113). Sum of RGB (Red+Green+Blue) = 206+175+113=494 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.70% from 494); Green value is 175 (68.75% from 255 or 35.43% from 494); Blue value is 113 (44.53% from 255 or 22.87% from 494); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAF71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEAF71 is #31508E. Grayscale: #B1B1B1. Windows color (decimal): -3231887 or 7450574. OLE color: 7450574.

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

Color convert

RGB206175113-
CMYK00.150.450.19
HSL40º48.69%62.55%-
HSV(B)40º45.15%80.78%-
XYZ43.7644.9722-
YUV177.291.77148.54-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 41.70%
GREEN value IS 175 (68.75% from 255) = 35.43%
BLUE value IS 113 (44.53% from 255) = 22.87%
R=41.70%
G=35.43%
B=22.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.45
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20617511300.150.450.194048.6962.55
HexCEAF710F2D1328313f
Octal3162571610175523506177
Binary110011101010111111100010111110110110011101000110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEAF71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEAF71; }

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

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

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

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

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

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

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

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