#C8B68F

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

Shades of Tan #C8B68F

Tints of Tan #C8B68F

Color information

#C8B68F (or 0xC8B68F) is unknown color: approx Tan. HEX triplet: C8, B6 and 8F. RGB value is (200,182,143). Sum of RGB (Red+Green+Blue) = 200+182+143=525 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.10% from 525); Green value is 182 (71.48% from 255 or 34.67% from 525); Blue value is 143 (56.25% from 255 or 27.24% from 525); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B68F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8B68F is #374970. Grayscale: #B7B7B7. Windows color (decimal): -3623281 or 9418440. OLE color: 9418440.

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

Color convert

RGB200182143-
CMYK00.090.280.22
HSL41.05º34.13%67.25%-
HSV(B)41.05º28.5%78.43%-
XYZ45.5147.7232.8-
YUV182.94105.46140.17-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 38.10%
GREEN value IS 182 (71.48% from 255) = 34.67%
BLUE value IS 143 (56.25% from 255) = 27.24%
R=38.10%
G=34.67%
B=27.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.28
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20018214300.090.280.2241.0534.1367.25
HexC8B68F091C16292243
Octal31026621701134265142103
Binary1100100010110110100011110100111100101101010011000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8B68F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8B68F; }

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

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

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

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

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

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

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

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