#CEB174

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

Shades of Putty #CEB174

Tints of Putty #CEB174

Color information

#CEB174 (or 0xCEB174) is unknown color: approx Putty. HEX triplet: CE, B1 and 74. RGB value is (206,177,116). Sum of RGB (Red+Green+Blue) = 206+177+116=499 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.28% from 499); Green value is 177 (69.53% from 255 or 35.47% from 499); Blue value is 116 (45.70% from 255 or 23.25% from 499); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB174 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEB174 is #314E8B. Grayscale: #B2B2B2. Windows color (decimal): -3231372 or 7647694. OLE color: 7647694.

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

Color convert

RGB206177116-
CMYK00.140.440.19
HSL40.67º47.87%63.14%-
HSV(B)40.67º43.69%80.78%-
XYZ44.3345.8323.03-
YUV178.7292.61147.46-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 41.28%
GREEN value IS 177 (69.53% from 255) = 35.47%
BLUE value IS 116 (45.70% from 255) = 23.25%
R=41.28%
G=35.47%
B=23.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.44
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20617711600.140.440.1940.6747.8763.14
HexCEB1740E2C1329303f
Octal3162611640165423516077
Binary110011101011000111101000111010110010011101001110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB174; }

 p { color: rgb(206,177,116); }

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

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

 a { background-color: rgb(206,177,116); }

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

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

 span { border-color: rgb(206,177,116); }

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