#C8B28C

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

Shades of Tan #C8B28C

Tints of Tan #C8B28C

Color information

#C8B28C (or 0xC8B28C) is unknown color: approx Tan. HEX triplet: C8, B2 and 8C. RGB value is (200,178,140). Sum of RGB (Red+Green+Blue) = 200+178+140=518 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.61% from 518); Green value is 178 (69.92% from 255 or 34.36% from 518); Blue value is 140 (55.08% from 255 or 27.03% from 518); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B28C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8B28C is #374D73. Grayscale: #B4B4B4. Windows color (decimal): -3624308 or 9220808. OLE color: 9220808.

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

Color convert

RGB200178140-
CMYK00.110.30.22
HSL38º35.29%66.67%-
HSV(B)38º30%78.43%-
XYZ44.4746.0131.35-
YUV180.25105.29142.09-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 38.61%
GREEN value IS 178 (69.92% from 255) = 34.36%
BLUE value IS 140 (55.08% from 255) = 27.03%
R=38.61%
G=34.36%
B=27.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.3
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20017814000.110.30.223835.2966.67
HexC8B28C0B1E16262343
Octal31026221401336264643103
Binary1100100010110010100011000101111110101101001101000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8B28C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8B28C; }

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

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

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

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

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

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

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

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