#C8B765

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

Shades of Tacha #C8B765

Tints of Tacha #C8B765

Color information

#C8B765 (or 0xC8B765) is unknown color: approx Tacha. HEX triplet: C8, B7 and 65. RGB value is (200,183,101). Sum of RGB (Red+Green+Blue) = 200+183+101=484 (64% of max value = 765). Red value is 200 (78.52% from 255 or 41.32% from 484); Green value is 183 (71.88% from 255 or 37.81% from 484); Blue value is 101 (39.84% from 255 or 20.87% from 484); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B765 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8B765 is #37489A. Grayscale: #B3B3B3. Windows color (decimal): -3623067 or 6666184. OLE color: 6666184.

HSL color Cylindrical-coordinate representation of color #C8B765: hue angle of 49.7º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C8B765 is Cyan = 0, Magento = 0.08, Yellow = 0.49 and Black (K on CMYK) = 0.22.

Color convert

RGB200183101-
CMYK00.080.490.22
HSL49.7º47.37%59.02%-
HSV(B)49.7º49.5%78.43%-
XYZ43.147.0919.13-
YUV178.7484.13143.17-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 41.32%
GREEN value IS 183 (71.88% from 255) = 37.81%
BLUE value IS 101 (39.84% from 255) = 20.87%
R=41.32%
G=37.81%
B=20.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.49
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20018310100.080.490.2249.747.3759.02
HexC8B765083116322f3b
Octal3102671450106126625773
Binary110010001011011111001010100011000110110110010101111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8B765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8B765; }

 p { color: rgb(200,183,101); }

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

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

 a { background-color: rgb(200,183,101); }

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

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

 span { border-color: rgb(200,183,101); }

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