Html Css Color HEX #C8BC60 Tacha

📋 copy color: '#C8BC60'

red 200 ◦ green 188 ◦ blue 96

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

Shades of Tacha #C8BC60

Tints of Tacha #C8BC60

RGB

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

 GREEN value IS 188 (73.83% from 255) = 38.84%

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

R = 41.32%
G = 38.84%
B = 19.83%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#C8BC60 (or 0xC8BC60) is known color: Tacha. HEX triplet: C8, BC and 60. RGB value is (200,188,96). Sum of RGB (Red+Green+Blue) = 200+188+96=484 (64% of max value = 765). Red value is 200 (78.52% from 255 or 41.32% from 484); Green value is 188 (73.83% from 255 or 38.84% from 484); Blue value is 96 (37.89% from 255 or 19.83% from 484); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BC60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8BC60 is #37439F. Grayscale: #B5B5B5. Windows color (decimal): -3621792 or 6339784. OLE color: 6339784.

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

Color convert

RGB 200 188 96 -
CMYK 0 0.06 0.52 0.22
HSL 53.08º 0.49% 0.58% -
HSV(B) 53.08º 0.52% 0.78% -
XYZ 43.91 49.09 18.23 -
YUV 181.1 79.98 141.48 -
System Red Green Blue C M Y K H S L
Decimal 200 188 96 0 0.06 0.52 0.22 53.08 0.49 0.58
Hex C8 BC 60 0 6 34 16 35 31 3A
Octal 310 274 140 0 6 64 26 65 61 72
Binary 11001000 10111100 1100000 0 110 110100 10110 110101 110001 111010

Color Harmonies of #C8BC60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8BC60

Black with #C8BC60

Text Example


Text Example

White with #C8BC60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8BC60; }

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

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

background-color css

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

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

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

border-color css

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

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

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