Html Css Color HEX #C8BC5D Tacha

📋 copy color: '#C8BC5D'

red 200 ◦ green 188 ◦ blue 93

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

Shades of Tacha #C8BC5D

Tints of Tacha #C8BC5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 19.33%

R = 41.58%
G = 39.09%
B = 19.33%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.54

 K value IS 0.22

RGB Variations

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

Color information

#C8BC5D (or 0xC8BC5D) is known color: Tacha. HEX triplet: C8, BC and 5D. RGB value is (200,188,93). Sum of RGB (Red+Green+Blue) = 200+188+93=481 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.58% from 481); Green value is 188 (73.83% from 255 or 39.09% from 481); Blue value is 93 (36.72% from 255 or 19.33% from 481); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BC5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8BC5D is #3743A2. Grayscale: #B5B5B5. Windows color (decimal): -3621795 or 6143176. OLE color: 6143176.

HSL color Cylindrical-coordinate representation of color #C8BC5D: hue angle of 53.27º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C8BC5D is Cyan = 0, Magento = 0.06, Yellow = 0.54 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 188 93 -
CMYK 0 0.06 0.54 0.22
HSL 53.27º 0.49% 0.57% -
HSV(B) 53.27º 0.54% 0.78% -
XYZ 43.78 49.04 17.51 -
YUV 180.76 78.48 141.72 -
System Red Green Blue C M Y K H S L
Decimal 200 188 93 0 0.06 0.54 0.22 53.27 0.49 0.57
Hex C8 BC 5D 0 6 36 16 35 31 39
Octal 310 274 135 0 6 66 26 65 61 71
Binary 11001000 10111100 1011101 0 110 110110 10110 110101 110001 111001

Color Harmonies of #C8BC5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8BC5D

Black with #C8BC5D

Text Example


Text Example

White with #C8BC5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8BC5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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