Html Css Color HEX #C7BC57 Tacha

📋 copy color: '#C7BC57'

red 199 ◦ green 188 ◦ blue 87

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

Shades of Tacha #C7BC57

Tints of Tacha #C7BC57

RGB

 RED value IS 199 (78.13% from 255) = 41.98%

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

 BLUE value IS 87 (34.38% from 255) = 18.35%

R = 41.98%
G = 39.66%
B = 18.35%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.56

 K value IS 0.22

RGB Variations

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

Color information

#C7BC57 (or 0xC7BC57) is known color: Tacha. HEX triplet: C7, BC and 57. RGB value is (199,188,87). Sum of RGB (Red+Green+Blue) = 199+188+87=474 (62% of max value = 765). Red value is 199 (78.12% from 255 or 41.98% from 474); Green value is 188 (73.83% from 255 or 39.66% from 474); Blue value is 87 (34.38% from 255 or 18.35% from 474); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BC57 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7BC57 is #3843A8. Grayscale: #B4B4B4. Windows color (decimal): -3687337 or 5749959. OLE color: 5749959.

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

Color convert

RGB 199 188 87 -
CMYK 0 0.06 0.56 0.22
HSL 54.11º 0.5% 0.56% -
HSV(B) 54.11º 0.56% 0.78% -
XYZ 43.26 48.8 16.16 -
YUV 179.78 75.64 141.71 -
System Red Green Blue C M Y K H S L
Decimal 199 188 87 0 0.06 0.56 0.22 54.11 0.5 0.56
Hex C7 BC 57 0 6 38 16 36 32 38
Octal 307 274 127 0 6 70 26 66 62 70
Binary 11000111 10111100 1010111 0 110 111000 10110 110110 110010 111000

Color Harmonies of #C7BC57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7BC57

Black with #C7BC57

Text Example


Text Example

White with #C7BC57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7BC57; }

 p { color: rgb(199,188,87); }

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

background-color css

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

 a { background-color: rgb(199,188,87); }

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

border-color css

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

 span { border-color: rgb(199,188,87); }

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