#C8BF60

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

Shades of Tacha #C8BF60

Tints of Tacha #C8BF60

Color information

#C8BF60 (or 0xC8BF60) is unknown color: approx Tacha. HEX triplet: C8, BF and 60. RGB value is (200,191,96). Sum of RGB (Red+Green+Blue) = 200+191+96=487 (64% of max value = 765). Red value is 200 (78.52% from 255 or 41.07% from 487); Green value is 191 (75% from 255 or 39.22% from 487); Blue value is 96 (37.89% from 255 or 19.71% from 487); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BF60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8BF60 is #37409F. Grayscale: #B7B7B7. Windows color (decimal): -3621024 or 6340552. OLE color: 6340552.

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

Color convert

RGB20019196-
CMYK00.040.520.22
HSL54.81º48.6%58.04%-
HSV(B)54.81º52%78.43%-
XYZ44.5650.3918.44-
YUV182.8678.98140.22-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 41.07%
GREEN value IS 191 (75% from 255) = 39.22%
BLUE value IS 96 (37.89% from 255) = 19.71%
R=41.07%
G=39.22%
B=19.71%

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
Decimal2001919600.040.520.2254.8148.658.04
HexC8BF6004341637313a
Octal310277140046426676172
Binary11001000101111111100000010011010010110110111110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8BF60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8BF60; }

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

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

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

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

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

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

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

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