#CEAF6D

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

Shades of Putty #CEAF6D

Tints of Putty #CEAF6D

Color information

#CEAF6D (or 0xCEAF6D) is unknown color: approx Putty. HEX triplet: CE, AF and 6D. RGB value is (206,175,109). Sum of RGB (Red+Green+Blue) = 206+175+109=490 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.04% from 490); Green value is 175 (68.75% from 255 or 35.71% from 490); Blue value is 109 (42.97% from 255 or 22.24% from 490); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAF6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEAF6D is #315092. Grayscale: #B1B1B1. Windows color (decimal): -3231891 or 7188430. OLE color: 7188430.

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

Color convert

RGB206175109-
CMYK00.150.470.19
HSL40.82º49.74%61.76%-
HSV(B)40.82º47.09%80.78%-
XYZ43.5444.8920.84-
YUV176.7489.77148.87-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 42.04%
GREEN value IS 175 (68.75% from 255) = 35.71%
BLUE value IS 109 (42.97% from 255) = 22.24%
R=42.04%
G=35.71%
B=22.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.47
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20617510900.150.470.1940.8249.7461.76
HexCEAF6D0F2F1329323e
Octal3162571550175723516276
Binary110011101010111111011010111110111110011101001110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEAF6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEAF6D; }

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

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

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

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

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

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

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

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