#C8B08A

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

Shades of Tan #C8B08A

Tints of Tan #C8B08A

Color information

#C8B08A (or 0xC8B08A) is unknown color: approx Tan. HEX triplet: C8, B0 and 8A. RGB value is (200,176,138). Sum of RGB (Red+Green+Blue) = 200+176+138=514 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.91% from 514); Green value is 176 (69.14% from 255 or 34.24% from 514); Blue value is 138 (54.30% from 255 or 26.85% from 514); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B08A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8B08A is #374F75. Grayscale: #B3B3B3. Windows color (decimal): -3624822 or 9089224. OLE color: 9089224.

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

Color convert

RGB200176138-
CMYK00.120.310.22
HSL36.77º36.05%66.27%-
HSV(B)36.77º31%78.43%-
XYZ43.9345.1730.45-
YUV178.84104.95143.09-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 38.91%
GREEN value IS 176 (69.14% from 255) = 34.24%
BLUE value IS 138 (54.30% from 255) = 26.85%
R=38.91%
G=34.24%
B=26.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.31
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20017613800.120.310.2236.7736.0566.27
HexC8B08A0C1F16252442
Octal31026021201437264544102
Binary1100100010110000100010100110011111101101001011001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8B08A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8B08A; }

 p { color: rgb(200,176,138); }

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

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

 a { background-color: rgb(200,176,138); }

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

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

 span { border-color: rgb(200,176,138); }

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