#C8BF61

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

Shades of Tacha #C8BF61

Tints of Tacha #C8BF61

Color information

#C8BF61 (or 0xC8BF61) is unknown color: approx Tacha. HEX triplet: C8, BF and 61. RGB value is (200,191,97). Sum of RGB (Red+Green+Blue) = 200+191+97=488 (64% of max value = 765). Red value is 200 (78.52% from 255 or 40.98% from 488); Green value is 191 (75% from 255 or 39.14% from 488); Blue value is 97 (38.28% from 255 or 19.88% from 488); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BF61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8BF61 is #37409E. Grayscale: #B7B7B7. Windows color (decimal): -3621023 or 6406088. OLE color: 6406088.

HSL color Cylindrical-coordinate representation of color #C8BF61: hue angle of 54.76º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C8BF61 is Cyan = 0, Magento = 0.04, Yellow = 0.52 and Black (K on CMYK) = 0.22.

Color convert

RGB20019197-
CMYK00.040.520.22
HSL54.76º48.36%58.24%-
HSV(B)54.76º51.5%78.43%-
XYZ44.6150.418.69-
YUV182.9779.48140.14-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 40.98%
GREEN value IS 191 (75% from 255) = 39.14%
BLUE value IS 97 (38.28% from 255) = 19.88%
R=40.98%
G=39.14%
B=19.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.52
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001919700.040.520.2254.7648.3658.24
HexC8BF6104341637303a
Octal310277141046426676072
Binary11001000101111111100001010011010010110110111110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8BF61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8BF61; }

 p { color: rgb(200,191,97); }

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

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

 a { background-color: rgb(200,191,97); }

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

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

 span { border-color: rgb(200,191,97); }

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