#CEAF65

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

Shades of Putty #CEAF65

Tints of Putty #CEAF65

Color information

#CEAF65 (or 0xCEAF65) is unknown color: approx Putty. HEX triplet: CE, AF and 65. RGB value is (206,175,101). Sum of RGB (Red+Green+Blue) = 206+175+101=482 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.74% from 482); Green value is 175 (68.75% from 255 or 36.31% from 482); Blue value is 101 (39.84% from 255 or 20.95% from 482); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAF65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEAF65 is #31509A. Grayscale: #B0B0B0. Windows color (decimal): -3231899 or 6664142. OLE color: 6664142.

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

Color convert

RGB206175101-
CMYK00.150.510.19
HSL42.29º51.72%60.2%-
HSV(B)42.29º50.97%80.78%-
XYZ43.1344.7218.67-
YUV175.8385.77149.52-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 42.74%
GREEN value IS 175 (68.75% from 255) = 36.31%
BLUE value IS 101 (39.84% from 255) = 20.95%
R=42.74%
G=36.31%
B=20.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.51
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20617510100.150.510.1942.2951.7260.2
HexCEAF650F33132a343c
Octal3162571450176323526474
Binary110011101010111111001010111111001110011101010110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEAF65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEAF65; }

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

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

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

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

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

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

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

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