#C8B28A

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

Shades of Tan #C8B28A

Tints of Tan #C8B28A

Color information

#C8B28A (or 0xC8B28A) is unknown color: approx Tan. HEX triplet: C8, B2 and 8A. RGB value is (200,178,138). Sum of RGB (Red+Green+Blue) = 200+178+138=516 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.76% from 516); Green value is 178 (69.92% from 255 or 34.50% from 516); Blue value is 138 (54.30% from 255 or 26.74% from 516); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B28A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8B28A is #374D75. Grayscale: #B4B4B4. Windows color (decimal): -3624310 or 9089736. OLE color: 9089736.

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

Color convert

RGB200178138-
CMYK00.110.310.22
HSL38.71º36.05%66.27%-
HSV(B)38.71º31%78.43%-
XYZ44.3345.9630.58-
YUV180.02104.29142.25-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 38.76%
GREEN value IS 178 (69.92% from 255) = 34.50%
BLUE value IS 138 (54.30% from 255) = 26.74%
R=38.76%
G=34.50%
B=26.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.31
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20017813800.110.310.2238.7136.0566.27
HexC8B28A0B1F16272442
Octal31026221201337264744102
Binary1100100010110010100010100101111111101101001111001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8B28A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8B28A; }

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

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

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

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

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

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

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

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