#C8B288

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

Shades of Tan #C8B288

Tints of Tan #C8B288

Color information

#C8B288 (or 0xC8B288) is unknown color: approx Tan. HEX triplet: C8, B2 and 88. RGB value is (200,178,136). Sum of RGB (Red+Green+Blue) = 200+178+136=514 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.91% from 514); Green value is 178 (69.92% from 255 or 34.63% from 514); Blue value is 136 (53.52% from 255 or 26.46% from 514); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B288 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8B288 is #374D77. Grayscale: #B3B3B3. Windows color (decimal): -3624312 or 8958664. OLE color: 8958664.

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

Color convert

RGB200178136-
CMYK00.110.320.22
HSL39.38º36.78%65.88%-
HSV(B)39.38º32%78.43%-
XYZ44.1845.929.82-
YUV179.79103.29142.42-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 38.91%
GREEN value IS 178 (69.92% from 255) = 34.63%
BLUE value IS 136 (53.52% from 255) = 26.46%
R=38.91%
G=34.63%
B=26.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.32
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20017813600.110.320.2239.3836.7865.88
HexC8B2880B2016272542
Octal31026221001340264745102
Binary11001000101100101000100001011100000101101001111001011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8B288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8B288; }

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

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

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

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

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

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

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

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