#CEB292

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

Shades of Tan #CEB292

Tints of Tan #CEB292

Color information

#CEB292 (or 0xCEB292) is unknown color: approx Tan. HEX triplet: CE, B2 and 92. RGB value is (206,178,146). Sum of RGB (Red+Green+Blue) = 206+178+146=530 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.87% from 530); Green value is 178 (69.92% from 255 or 33.58% from 530); Blue value is 146 (57.42% from 255 or 27.55% from 530); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB292 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEB292 is #314D6D. Grayscale: #B6B6B6. Windows color (decimal): -3231086 or 9614030. OLE color: 9614030.

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

Color convert

RGB206178146-
CMYK00.140.290.19
HSL32º37.97%69.02%-
HSV(B)32º29.13%80.78%-
XYZ46.5647.0433.82-
YUV182.72107.28144.6-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.87%
GREEN value IS 178 (69.92% from 255) = 33.58%
BLUE value IS 146 (57.42% from 255) = 27.55%
R=38.87%
G=33.58%
B=27.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.29
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20617814600.140.290.193237.9769.02
HexCEB2920E1D13202645
Octal31626222201635234046105
Binary1100111010110010100100100111011101100111000001001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB292; }

 p { color: rgb(206,178,146); }

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

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

 a { background-color: rgb(206,178,146); }

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

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

 span { border-color: rgb(206,178,146); }

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