#C8B48B

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

Shades of Tan #C8B48B

Tints of Tan #C8B48B

Color information

#C8B48B (or 0xC8B48B) is unknown color: approx Tan. HEX triplet: C8, B4 and 8B. RGB value is (200,180,139). Sum of RGB (Red+Green+Blue) = 200+180+139=519 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.54% from 519); Green value is 180 (70.70% from 255 or 34.68% from 519); Blue value is 139 (54.69% from 255 or 26.78% from 519); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B48B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8B48B is #374B74. Grayscale: #B5B5B5. Windows color (decimal): -3623797 or 9155784. OLE color: 9155784.

HSL color Cylindrical-coordinate representation of color #C8B48B: hue angle of 40.33º 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 #C8B48B is Cyan = 0, Magento = 0.1, Yellow = 0.30 and Black (K on CMYK) = 0.22.

Color convert

RGB200180139-
CMYK00.10.300.22
HSL40.33º35.67%66.47%-
HSV(B)40.33º30.5%78.43%-
XYZ44.846.7931.1-
YUV181.31104.13141.33-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 38.54%
GREEN value IS 180 (70.70% from 255) = 34.68%
BLUE value IS 139 (54.69% from 255) = 26.78%
R=38.54%
G=34.68%
B=26.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.1
Y (Yellow) values IS 0.30
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20018013900.10.300.2240.3335.6766.47
HexC8B48B0A1E16282442
Octal31026421301236265044102
Binary1100100010110100100010110101011110101101010001001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8B48B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8B48B; }

 p { color: rgb(200,180,139); }

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

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

 a { background-color: rgb(200,180,139); }

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

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

 span { border-color: rgb(200,180,139); }

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