#C8B48F

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

Shades of Tan #C8B48F

Tints of Tan #C8B48F

Color information

#C8B48F (or 0xC8B48F) is unknown color: approx Tan. HEX triplet: C8, B4 and 8F. RGB value is (200,180,143). Sum of RGB (Red+Green+Blue) = 200+180+143=523 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.24% from 523); Green value is 180 (70.70% from 255 or 34.42% from 523); Blue value is 143 (56.25% from 255 or 27.34% from 523); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B48F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8B48F is #374B70. Grayscale: #B5B5B5. Windows color (decimal): -3623793 or 9417928. OLE color: 9417928.

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

Color convert

RGB200180143-
CMYK00.10.280.22
HSL38.95º34.13%67.25%-
HSV(B)38.95º28.5%78.43%-
XYZ45.146.9132.66-
YUV181.76106.13141.01-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 38.24%
GREEN value IS 180 (70.70% from 255) = 34.42%
BLUE value IS 143 (56.25% from 255) = 27.34%
R=38.24%
G=34.42%
B=27.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.1
Y (Yellow) values IS 0.28
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20018014300.10.280.2238.9534.1367.25
HexC8B48F0A1C16272243
Octal31026421701234264742103
Binary1100100010110100100011110101011100101101001111000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8B48F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8B48F; }

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

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

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

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

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

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

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

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