#CEAF76

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

Shades of Putty #CEAF76

Tints of Putty #CEAF76

Color information

#CEAF76 (or 0xCEAF76) is unknown color: approx Putty. HEX triplet: CE, AF and 76. RGB value is (206,175,118). Sum of RGB (Red+Green+Blue) = 206+175+118=499 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.28% from 499); Green value is 175 (68.75% from 255 or 35.07% from 499); Blue value is 118 (46.48% from 255 or 23.65% from 499); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAF76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEAF76 is #315089. Grayscale: #B2B2B2. Windows color (decimal): -3231882 or 7778254. OLE color: 7778254.

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

Color convert

RGB206175118-
CMYK00.150.430.19
HSL38.86º47.31%63.53%-
HSV(B)38.86º42.72%80.78%-
XYZ44.0545.0923.52-
YUV177.7794.27148.13-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 41.28%
GREEN value IS 175 (68.75% from 255) = 35.07%
BLUE value IS 118 (46.48% from 255) = 23.65%
R=41.28%
G=35.07%
B=23.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.43
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20617511800.150.430.1938.8647.3163.53
HexCEAF760F2B13272f40
Octal31625716601753234757100
Binary1100111010101111111011001111101011100111001111011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEAF76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEAF76; }

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

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

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

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

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

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

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

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