Html Css Color HEX #C8B760 Tacha

📋 copy color: '#C8B760'

red 200 ◦ green 183 ◦ blue 96

#C8B760
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tacha #C8B760

Tints of Tacha #C8B760

RGB

 RED value IS 200 (78.52% from 255) = 41.75%

 GREEN value IS 183 (71.88% from 255) = 38.2%

 BLUE value IS 96 (37.89% from 255) = 20.04%

R = 41.75%
G = 38.2%
B = 20.04%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#C8B760 (or 0xC8B760) is known color: Tacha. HEX triplet: C8, B7 and 60. RGB value is (200,183,96). Sum of RGB (Red+Green+Blue) = 200+183+96=479 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.75% from 479); Green value is 183 (71.88% from 255 or 38.20% from 479); Blue value is 96 (37.89% from 255 or 20.04% from 479); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B760 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8B760 is #37489F. Grayscale: #B2B2B2. Windows color (decimal): -3623072 or 6338504. OLE color: 6338504.

HSL color Cylindrical-coordinate representation of color #C8B760: hue angle of 50.19º 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 #C8B760 is Cyan = 0, Magento = 0.08, Yellow = 0.52 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 183 96 -
CMYK 0 0.08 0.52 0.22
HSL 50.19º 0.49% 0.58% -
HSV(B) 50.19º 0.52% 0.78% -
XYZ 42.86 46.99 17.88 -
YUV 178.17 81.63 143.57 -
System Red Green Blue C M Y K H S L
Decimal 200 183 96 0 0.08 0.52 0.22 50.19 0.49 0.58
Hex C8 B7 60 0 8 34 16 32 31 3A
Octal 310 267 140 0 10 64 26 62 61 72
Binary 11001000 10110111 1100000 0 1000 110100 10110 110010 110001 111010

Color Harmonies of #C8B760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8B760

Black with #C8B760

Text Example


Text Example

White with #C8B760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8B760; }

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

 H1.HeaderClassName
 {
   color: #C8B760;
 }
 .AnyTagClassName
 {
   color: #C8B760;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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