Html Css Color HEX #C7BC54 Tacha

📋 copy color: '#C7BC54'

red 199 ◦ green 188 ◦ blue 84

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

Shades of Tacha #C7BC54

Tints of Tacha #C7BC54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 17.83%

R = 42.25%
G = 39.92%
B = 17.83%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.58

 K value IS 0.22

RGB Variations

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

Color information

#C7BC54 (or 0xC7BC54) is known color: Tacha. HEX triplet: C7, BC and 54. RGB value is (199,188,84). Sum of RGB (Red+Green+Blue) = 199+188+84=471 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.25% from 471); Green value is 188 (73.83% from 255 or 39.92% from 471); Blue value is 84 (33.20% from 255 or 17.83% from 471); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BC54 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7BC54 is #3843AB. Grayscale: #B3B3B3. Windows color (decimal): -3687340 or 5553351. OLE color: 5553351.

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

Color convert

RGB 199 188 84 -
CMYK 0 0.06 0.58 0.22
HSL 54.26º 0.51% 0.55% -
HSV(B) 54.26º 0.58% 0.78% -
XYZ 43.14 48.75 15.52 -
YUV 179.43 74.14 141.96 -
System Red Green Blue C M Y K H S L
Decimal 199 188 84 0 0.06 0.58 0.22 54.26 0.51 0.55
Hex C7 BC 54 0 6 3A 16 36 33 37
Octal 307 274 124 0 6 72 26 66 63 67
Binary 11000111 10111100 1010100 0 110 111010 10110 110110 110011 110111

Color Harmonies of #C7BC54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7BC54

Black with #C7BC54

Text Example


Text Example

White with #C7BC54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7BC54; }

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

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

background-color css

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

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

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

border-color css

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

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

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