#C8B28E

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

Shades of Tan #C8B28E

Tints of Tan #C8B28E

Color information

#C8B28E (or 0xC8B28E) is unknown color: approx Tan. HEX triplet: C8, B2 and 8E. RGB value is (200,178,142). Sum of RGB (Red+Green+Blue) = 200+178+142=520 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.46% from 520); Green value is 178 (69.92% from 255 or 34.23% from 520); Blue value is 142 (55.86% from 255 or 27.31% from 520); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B28E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8B28E is #374D71. Grayscale: #B4B4B4. Windows color (decimal): -3624306 or 9351880. OLE color: 9351880.

HSL color Cylindrical-coordinate representation of color #C8B28E: hue angle of 37.24º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C8B28E is Cyan = 0, Magento = 0.11, Yellow = 0.29 and Black (K on CMYK) = 0.22.

Color convert

RGB200178142-
CMYK00.110.290.22
HSL37.24º34.52%67.06%-
HSV(B)37.24º29%78.43%-
XYZ44.6246.0732.13-
YUV180.47106.29141.93-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 38.46%
GREEN value IS 178 (69.92% from 255) = 34.23%
BLUE value IS 142 (55.86% from 255) = 27.31%
R=38.46%
G=34.23%
B=27.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.29
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20017814200.110.290.2237.2434.5267.06
HexC8B28E0B1D16252343
Octal31026221601335264543103
Binary1100100010110010100011100101111101101101001011000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8B28E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8B28E; }

 p { color: rgb(200,178,142); }

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

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

 a { background-color: rgb(200,178,142); }

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

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

 span { border-color: rgb(200,178,142); }

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