#C8B568

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

Shades of Tacha #C8B568

Tints of Tacha #C8B568

Color information

#C8B568 (or 0xC8B568) is unknown color: approx Tacha. HEX triplet: C8, B5 and 68. RGB value is (200,181,104). Sum of RGB (Red+Green+Blue) = 200+181+104=485 (64% of max value = 765). Red value is 200 (78.52% from 255 or 41.24% from 485); Green value is 181 (71.09% from 255 or 37.32% from 485); Blue value is 104 (41.02% from 255 or 21.44% from 485); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B568 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8B568 is #374A97. Grayscale: #B2B2B2. Windows color (decimal): -3623576 or 6862280. OLE color: 6862280.

HSL color Cylindrical-coordinate representation of color #C8B568: hue angle of 48.12º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C8B568 is Cyan = 0, Magento = 0.09, Yellow = 0.48 and Black (K on CMYK) = 0.22.

Color convert

RGB200181104-
CMYK00.090.480.22
HSL48.12º46.6%59.61%-
HSV(B)48.12º48%78.43%-
XYZ42.8446.3319.78-
YUV177.986.29143.76-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 41.24%
GREEN value IS 181 (71.09% from 255) = 37.32%
BLUE value IS 104 (41.02% from 255) = 21.44%
R=41.24%
G=37.32%
B=21.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.48
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20018110400.090.480.2248.1246.659.61
HexC8B568093016302f3c
Octal3102651500116026605774
Binary110010001011010111010000100111000010110110000101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8B568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8B568; }

 p { color: rgb(200,181,104); }

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

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

 a { background-color: rgb(200,181,104); }

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

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

 span { border-color: rgb(200,181,104); }

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