#C8B65B

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

Shades of Tacha #C8B65B

Tints of Tacha #C8B65B

Color information

#C8B65B (or 0xC8B65B) is unknown color: approx Tacha. HEX triplet: C8, B6 and 5B. RGB value is (200,182,91). Sum of RGB (Red+Green+Blue) = 200+182+91=473 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.28% from 473); Green value is 182 (71.48% from 255 or 38.48% from 473); Blue value is 91 (35.94% from 255 or 19.24% from 473); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B65B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8B65B is #3749A4. Grayscale: #B1B1B1. Windows color (decimal): -3623333 or 6010568. OLE color: 6010568.

HSL color Cylindrical-coordinate representation of color #C8B65B: hue angle of 50.09º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C8B65B is Cyan = 0, Magento = 0.09, Yellow = 0.54 and Black (K on CMYK) = 0.22.

Color convert

RGB20018291-
CMYK00.090.540.22
HSL50.09º49.77%57.06%-
HSV(B)50.09º54.5%78.43%-
XYZ42.4446.4916.63-
YUV177.0179.46144.4-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 42.28%
GREEN value IS 182 (71.48% from 255) = 38.48%
BLUE value IS 91 (35.94% from 255) = 19.24%
R=42.28%
G=38.48%
B=19.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.54
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001829100.090.540.2250.0949.7757.06
HexC8B65B093616323239
Octal3102661330116626626271
Binary110010001011011010110110100111011010110110010110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8B65B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8B65B; }

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

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

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

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

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

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

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

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